public class Resize extends java.lang.Object implements RequestOption
| Modifier and Type | Class and Description |
|---|---|
static class |
Resize.Type |
| Constructor and Description |
|---|
Resize(int width,
int height) |
Resize(int width,
int height,
Resize.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Request.Builder builder) |
int |
getHeight() |
Resize.Type |
getType() |
int |
getWidth() |
public Resize(int width,
int height,
Resize.Type type)
public Resize(int width,
int height)
public Resize.Type getType()
public int getWidth()
public int getHeight()
public void apply(Request.Builder builder)
apply in interface RequestOption