@Beta public final class Site extends Content
Modifier and Type | Class and Description |
---|---|
static class |
Site.Builder |
Modifier and Type | Method and Description |
---|---|
static Site.Builder |
create() |
static Site.Builder |
create(Site source) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription() |
PropertyTree |
getSiteConfig(ApplicationKey applicationKey) |
SiteConfigs |
getSiteConfigs() |
create, create, getAllExtraData, getAttachments, getChildOrder, getContentState, getCreatedTime, getCreator, getData, getDisplayName, getId, getLanguage, getModifiedTime, getModifier, getName, getOwner, getPage, getParentPath, getPath, getPermissions, getPublishInfo, getThumbnail, getType, hasChildren, hasExtraData, hashCode, hasPage, hasThumbnail, inheritsPermissions, isPageTemplate, isRoot, isSite, isValid
public java.lang.String getDescription()
public PropertyTree getSiteConfig(ApplicationKey applicationKey)
public SiteConfigs getSiteConfigs()
public static Site.Builder create()
public static Site.Builder create(Site source)