public class Site extends Entity implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
Site.SiteCollection |
entityReference, entityURL| Constructor and Description |
|---|
Site(String id,
String entityReference,
URL entityURL,
Boolean activeEdit,
Date createdDate,
Boolean customPageOrdered,
String description,
Boolean empty,
String htmlDescription,
String htmlShortDescription,
URL iconUrl,
URL iconUrlFull,
URL infoUrl,
URL infoUrlFull,
Boolean joinable,
String joinerRole,
Date lastModified,
String maintainRole,
Date modifiedDate,
String owner,
Map<String,String> props,
String providerGroupId,
Boolean pubView,
Boolean published,
String reference,
String shortDescription,
List<Map<String,String>> siteGroups,
List<Map<String,String>> siteGroupsList,
Map<String,String> siteOwner,
List<SitePage> sitePages,
String skin,
Boolean softlyDeleted,
Date softlyDeletedDate,
String title,
String type,
List<String> userRoles,
String entityId,
String entityTitle) |
| Modifier and Type | Method and Description |
|---|---|
Site |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
@Nullable public final Boolean activeEdit
@NotNull public final Date createdDate
@Nullable public final Boolean customPageOrdered
@Nullable public final String description
@Nullable public final Boolean empty
@NotNull public final String htmlDescription
@NotNull public final String htmlShortDescription
@Nullable public final URL iconUrl
@Nullable public final URL iconUrlFull
@Nullable public final URL infoUrl
@Nullable public final URL infoUrlFull
@Nullable public final Boolean joinable
@Nullable public final String joinerRole
@NotNull public final Date lastModified
@NotNull public final String maintainRole
@NotNull public final Date modifiedDate
@NotNull public final String owner
@Nullable public final String providerGroupId
@Nullable public final Boolean pubView
@Nullable public final Boolean published
@NotNull public final String reference
@Nullable public final String shortDescription
@Nullable public final String skin
@Nullable public final Boolean softlyDeleted
@Nullable public final Date softlyDeletedDate
@NotNull public final String title
@Nullable public final String type
@Nullable public final String id
@NotNull public final String entityId
@NotNull public final String entityTitle
public Site(@Nullable
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@Nullable
Boolean activeEdit,
@NotNull
Date createdDate,
@Nullable
Boolean customPageOrdered,
@Nullable
String description,
@Nullable
Boolean empty,
@NotNull
String htmlDescription,
@NotNull
String htmlShortDescription,
@Nullable
URL iconUrl,
@Nullable
URL iconUrlFull,
@Nullable
URL infoUrl,
@Nullable
URL infoUrlFull,
@Nullable
Boolean joinable,
@Nullable
String joinerRole,
@NotNull
Date lastModified,
@NotNull
String maintainRole,
@NotNull
Date modifiedDate,
@NotNull
String owner,
@Nullable
Map<String,String> props,
@Nullable
String providerGroupId,
@Nullable
Boolean pubView,
@Nullable
Boolean published,
@NotNull
String reference,
@Nullable
String shortDescription,
@Nullable
List<Map<String,String>> siteGroups,
@Nullable
List<Map<String,String>> siteGroupsList,
@NotNull
Map<String,String> siteOwner,
@NotNull
List<SitePage> sitePages,
@Nullable
String skin,
@Nullable
Boolean softlyDeleted,
@Nullable
Date softlyDeletedDate,
@NotNull
String title,
@Nullable
String type,
@NotNull
List<String> userRoles,
@NotNull
String entityId,
@NotNull
String entityTitle)
@NotNull public Site 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.