public class BoxPreview extends BoxBigPayloadObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MAX_HEIGHT |
static java.lang.String |
MAX_WIDTH |
static java.lang.String |
MIN_HEIGHT |
static java.lang.String |
MIN_WIDTH |
static java.lang.String |
PAGE |
| Constructor and Description |
|---|
BoxPreview() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getFirstPage()
Get the first page number.
|
java.lang.Integer |
getLastPage()
Get the last page number.
|
java.lang.Integer |
getNumPages()
Get number of pages.
|
void |
setFirstPage(java.lang.Integer firstPage) |
void |
setLastPage(int lastPage)
Set the last page number.
|
getContent, getContentLength, setContent, setContentLength, writeToParcelcontains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, putpublic static final java.lang.String MIN_WIDTH
public static final java.lang.String MIN_HEIGHT
public static final java.lang.String MAX_WIDTH
public static final java.lang.String MAX_HEIGHT
public static final java.lang.String PAGE
public void setFirstPage(java.lang.Integer firstPage)
firstPage - first page numberpublic java.lang.Integer getFirstPage()
public void setLastPage(int lastPage)
lastPage - last page numberpublic java.lang.Integer getLastPage()
public java.lang.Integer getNumPages()