public class Site
extends java.lang.Object
| Constructor and Description |
|---|
Site()
Instantiates a new site.
|
| Modifier and Type | Method and Description |
|---|---|
void |
enableMinimalDownload(boolean enableMinimalDownload)
Enable minimal download.
|
void |
enableQuickLaunch(boolean isQuickLaunchEnabled)
Enable quick launch.
|
void |
enableSyndication(boolean isSyndicationEnabled)
Enable syndication.
|
void |
enableTreeView(boolean isTreeViewEnabled)
Enable tree view.
|
void |
enableUIVersionConfiguration(boolean isUIVersionConfigurationEnabled)
Enable ui version configuration.
|
java.lang.String |
getAppInstanceId()
Gets the app instance id.
|
int |
getConfiguration()
Gets the configuration.
|
java.util.Date |
getCreatedTime()
Gets the created time.
|
java.lang.String |
getCustomMasterUrl()
Gets the custom master url.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getId()
Gets the id.
|
Locale |
getLanguage()
Gets the language.
|
java.util.Date |
getLastItemModifiedTime()
Gets the last item modified time.
|
java.lang.String |
getMasterUrl()
Gets the master url.
|
java.lang.String |
getServerRelativeUrl()
Gets the server relative url.
|
java.lang.String |
getTitle()
Gets the title.
|
int |
getUIVersion()
Gets the UI version.
|
java.lang.String |
getUrl()
Gets the url.
|
java.lang.String |
getWebTemplate()
Gets the web template.
|
boolean |
isDocumentLibraryCalloutOfficeWebAppPreviewersDisabled()
Checks if is document library callout office web app previewers disabled.
|
boolean |
isMinimalDownloadEnabled()
Checks if is minimal download enabled.
|
boolean |
isQuickLaunchEnabled()
Checks if is quick launch enabled.
|
boolean |
isRecycleBinEnabled()
Checks if is recycle bin enabled.
|
boolean |
isRssFeedsAllowed()
Checks if is rss feeds allowed.
|
boolean |
isSyndicationEnabled()
Checks if is syndication enabled.
|
boolean |
isTreeViewEnabled()
Checks if is tree view enabled.
|
boolean |
isUIVersionConfigurationEnabled()
Checks if is UI version configuration enabled.
|
void |
setCustomMasterUrl(java.lang.String customMasterUrl)
Sets the custom master url.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setMasterUrl(java.lang.String masterUrl)
Sets the master url.
|
void |
setServerRelativeUrl(java.lang.String serverRelativeUrl)
Sets the server relative url.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setUIVersion(int uiVersion)
Sets the UI version.
|
public void enableMinimalDownload(boolean enableMinimalDownload)
enableMinimalDownload - the enable minimal downloadpublic void enableQuickLaunch(boolean isQuickLaunchEnabled)
isQuickLaunchEnabled - the is quick launch enabledpublic void enableSyndication(boolean isSyndicationEnabled)
isSyndicationEnabled - the is syndication enabledpublic void enableTreeView(boolean isTreeViewEnabled)
isTreeViewEnabled - the is tree view enabledpublic void enableUIVersionConfiguration(boolean isUIVersionConfigurationEnabled)
isUIVersionConfigurationEnabled - the is ui version configuration enabledpublic java.lang.String getAppInstanceId()
public int getConfiguration()
public java.util.Date getCreatedTime()
public java.lang.String getCustomMasterUrl()
public java.lang.String getDescription()
public java.lang.String getId()
public Locale getLanguage()
public java.util.Date getLastItemModifiedTime()
public java.lang.String getMasterUrl()
public java.lang.String getServerRelativeUrl()
public java.lang.String getTitle()
public int getUIVersion()
public java.lang.String getUrl()
public java.lang.String getWebTemplate()
public boolean isDocumentLibraryCalloutOfficeWebAppPreviewersDisabled()
public boolean isMinimalDownloadEnabled()
public boolean isQuickLaunchEnabled()
public boolean isRecycleBinEnabled()
public boolean isRssFeedsAllowed()
public boolean isSyndicationEnabled()
public boolean isTreeViewEnabled()
public boolean isUIVersionConfigurationEnabled()
public void setCustomMasterUrl(java.lang.String customMasterUrl)
customMasterUrl - the new custom master urlpublic void setDescription(java.lang.String description)
description - the new descriptionpublic void setMasterUrl(java.lang.String masterUrl)
masterUrl - the new master urlpublic void setServerRelativeUrl(java.lang.String serverRelativeUrl)
serverRelativeUrl - the new server relative urlpublic void setTitle(java.lang.String title)
title - the new titlepublic void setUIVersion(int uiVersion)
uiVersion - the new UI version