public class Content extends Entity implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
Content.ContentCollection |
static class |
Content.ContentFolder |
| Modifier and Type | Field and Description |
|---|---|
String |
author |
String |
container |
String |
description |
String |
entityTitle |
Date |
modifiedDate |
Integer |
size
Size in Bytes
|
String |
title |
String |
type |
URL |
url |
entityReference, entityURL| Constructor and Description |
|---|
Content(String entityReference,
URL entityURL,
String author,
String container,
String description,
Date modifiedDate,
Integer size,
String title,
String type,
URL url,
String entityTitle) |
| Modifier and Type | Method and Description |
|---|---|
Content |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
@NotNull public String author
@NotNull public String container
@Nullable public String description
@NotNull public Date modifiedDate
@NotNull public Integer size
@NotNull public String title
@NotNull public String type
@NotNull public URL url
@NotNull public String entityTitle
@NotNull public Content clone() throws CloneNotSupportedException
clone in class EntityCloneNotSupportedException@NotNull public com.google.gson.JsonObject toJsonObject()
EntitytoJsonObject in interface JsonSerializabletoJsonObject in class EntityCopyright © 2016. All rights reserved.