public class GetFileThumbnailByIdQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFileThumbnailByIdQueryParams.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 |
|---|---|
|
GetFileThumbnailByIdQueryParams() |
protected |
GetFileThumbnailByIdQueryParams(GetFileThumbnailByIdQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxHeight() |
Long |
getMaxWidth() |
Long |
getMinHeight() |
Long |
getMinWidth() |
public GetFileThumbnailByIdQueryParams()
protected GetFileThumbnailByIdQueryParams(GetFileThumbnailByIdQueryParams.Builder builder)
public Long getMinHeight()
public Long getMinWidth()
public Long getMaxHeight()
public Long getMaxWidth()