public class GetFileThumbnailUrlQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFileThumbnailUrlQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
Long |
maxHeight
The maximum height of the thumbnail.
|
Long |
maxWidth
The maximum width of the thumbnail.
|
Long |
minHeight
The minimum height of the thumbnail.
|
Long |
minWidth
The minimum width of the thumbnail.
|
| Modifier | Constructor and Description |
|---|---|
|
GetFileThumbnailUrlQueryParams() |
protected |
GetFileThumbnailUrlQueryParams(GetFileThumbnailUrlQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxHeight() |
Long |
getMaxWidth() |
Long |
getMinHeight() |
Long |
getMinWidth() |
public GetFileThumbnailUrlQueryParams()
protected GetFileThumbnailUrlQueryParams(GetFileThumbnailUrlQueryParams.Builder builder)
public Long getMinHeight()
public Long getMinWidth()
public Long getMaxHeight()
public Long getMaxWidth()