Package microsoft.dynamics.crm.entity
Class Sitemap
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Sitemap
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Sitemap extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSitemap.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Booleanisappawareprotected Booleanismanagedprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverwritetimeprotected UUIDsitemapidprotected UUIDsitemapiduniqueprotected Stringsitemapnameprotected Stringsitemapnameuniqueprotected Stringsitemapxmlprotected UUIDsolutionidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSitemap()
-
Method Summary
-
-
-
Field Detail
-
overwritetime
protected OffsetDateTime overwritetime
-
modifiedon
protected OffsetDateTime modifiedon
-
sitemapxml
protected String sitemapxml
-
sitemapnameunique
protected String sitemapnameunique
-
_createdby_value
protected UUID _createdby_value
-
createdon
protected OffsetDateTime createdon
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
versionnumber
protected Long versionnumber
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
sitemapidunique
protected UUID sitemapidunique
-
_modifiedby_value
protected UUID _modifiedby_value
-
componentstate
protected Integer componentstate
-
isappaware
protected Boolean isappaware
-
sitemapname
protected String sitemapname
-
_organizationid_value
protected UUID _organizationid_value
-
solutionid
protected UUID solutionid
-
sitemapid
protected UUID sitemapid
-
ismanaged
protected Boolean ismanaged
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderSitemap
public static Sitemap.Builder builderSitemap()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Sitemap withOverwritetime(OffsetDateTime overwritetime)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Sitemap withModifiedon(OffsetDateTime modifiedon)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Sitemap withCreatedon(OffsetDateTime createdon)
-
with_modifiedonbehalfby_value
public Sitemap with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_createdonbehalfby_value
public Sitemap with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withUnmappedField
public Sitemap withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getSiteMap_modifiedonbehalfby
public SystemuserRequest getSiteMap_modifiedonbehalfby()
-
getSiteMap_modifiedby
public SystemuserRequest getSiteMap_modifiedby()
-
getSiteMap_createdonbehalfby
public SystemuserRequest getSiteMap_createdonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getSiteMap_createdby
public SystemuserRequest getSiteMap_createdby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Sitemap patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Sitemap put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
retrieveUnpublished
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Sitemap> retrieveUnpublished()
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-