public class BoxWatermark extends BoxJSONObject
Modifier and Type | Field and Description |
---|---|
static String |
CREATED_AT_JSON_KEY
Json key for created_at param.
|
static String |
MODIFIED_AT_JSON_KEY
Json key for modified_at param.
|
static String |
WATERMARK_DEFAULT_IMPRINT
Default imprint for watermarks.
|
static String |
WATERMARK_IMPRINT_JSON_KEY
Json key for watermark param.
|
static String |
WATERMARK_JSON_KEY
Json key for watermark.
|
Constructor and Description |
---|
BoxWatermark()
Constructs an empty watermark object.
|
BoxWatermark(String json)
Constructs a watermark object by parsing information from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
Date |
getModifiedAt() |
BoxWatermark |
getResource() |
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public static final String WATERMARK_DEFAULT_IMPRINT
public static final String WATERMARK_JSON_KEY
public static final String CREATED_AT_JSON_KEY
public static final String MODIFIED_AT_JSON_KEY
public static final String WATERMARK_IMPRINT_JSON_KEY
public BoxWatermark()
public BoxWatermark(String json)
json
- the JSON string to parse.public Date getCreatedAt()
public Date getModifiedAt()
public BoxWatermark getResource()