public class SitePage extends BaseItem implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SitePage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ContentTypeInfo |
contentType |
protected String |
pageLayoutType |
protected PublicationFacet |
publishingState |
protected String |
title |
protected List<WebPart> |
webParts |
protected String |
webPartsNextLink |
createdBy, createdDateTime, description, eTag, lastModifiedBy, lastModifiedDateTime, name, parentReference, webUrlchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SitePage() |
| Modifier and Type | Method and Description |
|---|---|
static SitePage.Builder |
builderSitePage()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<ContentTypeInfo> |
getContentType() |
Optional<String> |
getPageLayoutType() |
Optional<PublicationFacet> |
getPublishingState() |
Optional<String> |
getTitle() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<WebPart> |
getWebParts() |
String |
odataTypeName() |
SitePage |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
publish() |
SitePage |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SitePage |
withContentType(ContentTypeInfo contentType) |
SitePage |
withPageLayoutType(String pageLayoutType) |
SitePage |
withPublishingState(PublicationFacet publishingState) |
SitePage |
withTitle(String title) |
getCreatedBy, getCreatedByUser, getCreatedDateTime, getDescription, getETag, getLastModifiedBy, getLastModifiedByUser, getLastModifiedDateTime, getName, getParentReference, getWebUrl, withCreatedBy, withCreatedDateTime, withDescription, withETag, withLastModifiedBy, withLastModifiedDateTime, withName, withParentReference, withWebUrlprotected String title
protected ContentTypeInfo contentType
protected String pageLayoutType
protected String webPartsNextLink
protected PublicationFacet publishingState
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class BaseItempublic static SitePage.Builder builderSitePage()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class BaseItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class BaseItempublic Optional<ContentTypeInfo> getContentType()
public SitePage withContentType(ContentTypeInfo contentType)
public com.github.davidmoten.odata.client.CollectionPage<WebPart> getWebParts()
public Optional<PublicationFacet> getPublishingState()
public SitePage withPublishingState(PublicationFacet publishingState)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class BaseItempublic SitePage patch()
this with changed fields reset.public SitePage put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn publish()
Copyright © 2018–2020. All rights reserved.