public class View
extends java.lang.Object
| Constructor and Description |
|---|
View()
Instantiates a new view.
|
| Modifier and Type | Method and Description |
|---|---|
FieldReferenceAggregation |
getAggregation()
Gets the aggregation.
|
java.lang.String |
getAggregationsStatus()
Gets the aggregations status.
|
java.lang.String |
getBaseViewId()
Gets the base view id.
|
java.lang.String |
getContentTypeId()
Gets the content type id.
|
FieldReferenceViewData |
getData()
Gets the data.
|
ViewFormat |
getFormat()
Gets the format.
|
java.lang.String |
getHtmlSchemaXml()
Gets the html schema xml.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getImageUrl()
Gets the image url.
|
java.util.List<ListJoin> |
getJoins()
Gets the joins.
|
java.lang.String |
getJSLink()
Gets the JS link.
|
java.lang.String |
getListViewXml()
Gets the list view xml.
|
ViewMethod |
getMethod()
Gets the method.
|
java.lang.String |
getModerationType()
Gets the moderation type.
|
java.util.List<ProjectedField> |
getProjectedFields()
Gets the projected fields.
|
CamlQuery |
getQuery()
Gets the query.
|
int |
getRowLimit()
Gets the row limit.
|
ViewScope |
getScope()
Gets the scope.
|
java.lang.String |
getServerRelativeUrl()
Gets the server relative url.
|
java.lang.String |
getStyleId()
Gets the style id.
|
java.lang.String |
getTitle()
Gets the title.
|
java.lang.String |
getToolbar()
Gets the toolbar.
|
java.lang.String |
getToolbarTemplateName()
Gets the toolbar template name.
|
ViewType |
getType()
Gets the type.
|
boolean |
isDefaultView()
Checks if is default view.
|
boolean |
isDefaultViewForContentType()
Checks if is default view for content type.
|
boolean |
isEditorModified()
Checks if is editor modified.
|
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isIncludeRootFolder()
Checks if is include root folder.
|
boolean |
isMobileDefaultView()
Checks if is mobile default view.
|
boolean |
isMobileView()
Checks if is mobile view.
|
boolean |
isOrderedView()
Checks if is ordered view.
|
boolean |
isPaged()
Checks if is paged.
|
boolean |
isPersonalView()
Checks if is personal view.
|
boolean |
isReadOnlyView()
Checks if is read only view.
|
boolean |
isRequiresClientIntegration()
Checks if is requires client integration.
|
boolean |
isThreaded()
Checks if is threaded.
|
void |
setAggregation(FieldReferenceAggregation aggregation)
Sets the aggregation.
|
void |
setAggregationsStatus(java.lang.String aggregationsStatus)
Sets the aggregations status.
|
void |
setContentTypeId(java.lang.String contentTypeId)
Sets the content type id.
|
void |
setData(FieldReferenceViewData data)
Sets the data.
|
void |
setDefaultView(boolean isDefaultView)
Sets the default view.
|
void |
setDefaultViewForContentType(boolean isDefaultViewForContentType)
Sets the default view for content type.
|
void |
setEditorModified(boolean isEditorModified)
Sets the editor modified.
|
void |
setFormat(ViewFormat format)
Sets the format.
|
void |
setHidden(boolean isHidden)
Sets the hidden.
|
void |
setIncludeRootFolder(boolean isIncludeRootFolder)
Sets the include root folder.
|
void |
setJSLink(java.lang.String jsLink)
Sets the JS link.
|
void |
setListViewXml(java.lang.String listViewXml)
Sets the list view xml.
|
void |
setMethod(ViewMethod method)
Sets the method.
|
void |
setMobileDefaultView(boolean isMobileDefaultView)
Sets the mobile default view.
|
void |
setMobileView(boolean isMobileView)
Sets the mobile view.
|
void |
setPaged(boolean isPaged)
Sets the paged.
|
void |
setQuery(CamlQuery query)
Sets the query.
|
void |
setRowLimit(int rowLimit)
Sets the row limit.
|
void |
setScope(ViewScope scope)
Sets the scope.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setToolbar(java.lang.String toolbar)
Sets the toolbar.
|
public FieldReferenceAggregation getAggregation()
public java.lang.String getAggregationsStatus()
public java.lang.String getBaseViewId()
public java.lang.String getContentTypeId()
public FieldReferenceViewData getData()
public ViewFormat getFormat()
public java.lang.String getHtmlSchemaXml()
public java.lang.String getId()
public java.lang.String getImageUrl()
public java.util.List<ListJoin> getJoins()
public java.lang.String getJSLink()
public java.lang.String getListViewXml()
public ViewMethod getMethod()
public java.lang.String getModerationType()
public java.util.List<ProjectedField> getProjectedFields()
public CamlQuery getQuery()
public int getRowLimit()
public ViewScope getScope()
public java.lang.String getServerRelativeUrl()
public java.lang.String getStyleId()
public java.lang.String getTitle()
public java.lang.String getToolbar()
public java.lang.String getToolbarTemplateName()
public ViewType getType()
public boolean isDefaultView()
public boolean isDefaultViewForContentType()
public boolean isEditorModified()
public boolean isHidden()
public boolean isIncludeRootFolder()
public boolean isMobileDefaultView()
public boolean isMobileView()
public boolean isOrderedView()
public boolean isPaged()
public boolean isPersonalView()
public boolean isReadOnlyView()
public boolean isRequiresClientIntegration()
public boolean isThreaded()
public void setAggregation(FieldReferenceAggregation aggregation)
aggregation - the new aggregationpublic void setAggregationsStatus(java.lang.String aggregationsStatus)
aggregationsStatus - the new aggregations statuspublic void setContentTypeId(java.lang.String contentTypeId)
contentTypeId - the new content type idpublic void setData(FieldReferenceViewData data)
data - the new datapublic void setDefaultView(boolean isDefaultView)
isDefaultView - the new default viewpublic void setDefaultViewForContentType(boolean isDefaultViewForContentType)
isDefaultViewForContentType - the new default view for content typepublic void setEditorModified(boolean isEditorModified)
isEditorModified - the new editor modifiedpublic void setFormat(ViewFormat format)
format - the new formatpublic void setHidden(boolean isHidden)
isHidden - the new hiddenpublic void setIncludeRootFolder(boolean isIncludeRootFolder)
isIncludeRootFolder - the new include root folderpublic void setJSLink(java.lang.String jsLink)
jsLink - the new JS linkpublic void setListViewXml(java.lang.String listViewXml)
listViewXml - the new list view xmlpublic void setMethod(ViewMethod method)
method - the new methodpublic void setMobileDefaultView(boolean isMobileDefaultView)
isMobileDefaultView - the new mobile default viewpublic void setMobileView(boolean isMobileView)
isMobileView - the new mobile viewpublic void setPaged(boolean isPaged)
isPaged - the new pagedpublic void setQuery(CamlQuery query)
query - the new querypublic void setRowLimit(int rowLimit)
rowLimit - the new row limitpublic void setScope(ViewScope scope)
scope - the new scopepublic void setTitle(java.lang.String title)
title - the new titlepublic void setToolbar(java.lang.String toolbar)
toolbar - the new toolbar