public class Sitemap extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Sitemap.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected Boolean |
isappaware |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
sitemapid |
protected String |
sitemapidunique |
protected String |
sitemapname |
protected String |
sitemapnameunique |
protected String |
sitemapxml |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Sitemap() |
protected OffsetDateTime overwritetime
protected OffsetDateTime modifiedon
protected String sitemapxml
protected String sitemapnameunique
protected String _createdby_value
protected OffsetDateTime createdon
protected String _modifiedonbehalfby_value
protected Long versionnumber
protected String _createdonbehalfby_value
protected String sitemapidunique
protected String _modifiedby_value
protected Integer componentstate
protected Boolean isappaware
protected String sitemapname
protected String _organizationid_value
protected String solutionid
protected String sitemapid
protected Boolean ismanaged
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Sitemap.Builder builderSitemap()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Optional<OffsetDateTime> getOverwritetime()
public Sitemap withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getModifiedon()
public Sitemap withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Sitemap withCreatedon(OffsetDateTime createdon)
public Sitemap with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Sitemap with_createdonbehalfby_value(String _createdonbehalfby_value)
public Sitemap withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getSiteMap_modifiedonbehalfby()
public SystemuserRequest getSiteMap_modifiedby()
public SystemuserRequest getSiteMap_createdonbehalfby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getSiteMap_createdby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Sitemap patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Sitemap put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Sitemap> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.