public class Mobileofflineprofile extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Mobileofflineprofile.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 String |
description |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected Boolean |
isvalidated |
protected String |
mobileofflineprofileid |
protected String |
mobileofflineprofileidunique |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
processid |
protected OffsetDateTime |
publishedon |
protected String |
selectedentitymetadata |
protected String |
solutionid |
protected String |
stageid |
protected String |
traversedpath |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Mobileofflineprofile() |
protected String _organizationid_value
protected Long versionnumber
protected String mobileofflineprofileid
protected OffsetDateTime modifiedon
protected String introducedversion
protected String _createdonbehalfby_value
protected String mobileofflineprofileidunique
protected String _modifiedby_value
protected Boolean isvalidated
protected String _modifiedonbehalfby_value
protected OffsetDateTime overwritetime
protected OffsetDateTime publishedon
protected String processid
protected String solutionid
protected String description
protected OffsetDateTime createdon
protected String _createdby_value
protected String stageid
protected String name
protected String selectedentitymetadata
protected String traversedpath
protected Boolean ismanaged
protected Integer componentstate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Mobileofflineprofile.Builder builderMobileofflineprofile()
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 Mobileofflineprofile with_organizationid_value(String _organizationid_value)
public Mobileofflineprofile withVersionnumber(Long versionnumber)
public Mobileofflineprofile withMobileofflineprofileid(String mobileofflineprofileid)
public Optional<OffsetDateTime> getModifiedon()
public Mobileofflineprofile withModifiedon(OffsetDateTime modifiedon)
public Mobileofflineprofile withIntroducedversion(String introducedversion)
public Mobileofflineprofile with_createdonbehalfby_value(String _createdonbehalfby_value)
public Mobileofflineprofile withMobileofflineprofileidunique(String mobileofflineprofileidunique)
public Mobileofflineprofile with_modifiedby_value(String _modifiedby_value)
public Mobileofflineprofile withIsvalidated(Boolean isvalidated)
public Mobileofflineprofile with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Mobileofflineprofile withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getPublishedon()
public Mobileofflineprofile withPublishedon(OffsetDateTime publishedon)
public Mobileofflineprofile withProcessid(String processid)
public Mobileofflineprofile withSolutionid(String solutionid)
public Mobileofflineprofile withDescription(String description)
public Optional<OffsetDateTime> getCreatedon()
public Mobileofflineprofile withCreatedon(OffsetDateTime createdon)
public Mobileofflineprofile with_createdby_value(String _createdby_value)
public Mobileofflineprofile withStageid(String stageid)
public Mobileofflineprofile withName(String name)
public Mobileofflineprofile withSelectedentitymetadata(String selectedentitymetadata)
public Mobileofflineprofile withTraversedpath(String traversedpath)
public Mobileofflineprofile withIsmanaged(Boolean ismanaged)
public Mobileofflineprofile withComponentstate(Integer componentstate)
public Mobileofflineprofile withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedonbehalfby()
public OrganizationCollectionRequest getDefaultMobileOfflineProfile_Organization()
public MobileofflineprofileitemCollectionRequest getMobileOfflineProfile_MobileOfflineProfileItem()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public SystemuserCollectionRequest getMobileOfflineProfile_SystemUser()
public SystemuserRequest getCreatedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Mobileofflineprofile 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 Mobileofflineprofile 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.ActionRequestReturningNonCollectionUnwrapped<Mobileofflineprofile> cloneMobileOfflineProfile()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Mobileofflineprofile> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.