public class Serviceplan extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Serviceplan.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected Integer |
accessmode |
protected String |
componentidunique |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
displayname |
protected Integer |
importsequencenumber |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected OffsetDateTime |
overwritetime |
protected String |
serviceplanid |
protected String |
solutionid |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Serviceplan() |
protected OffsetDateTime createdon
protected String _createdonbehalfby_value
protected String _createdby_value
protected Long versionnumber
protected OffsetDateTime overriddencreatedon
protected String solutionid
protected Integer accessmode
protected Integer componentstate
protected Integer importsequencenumber
protected String componentidunique
protected String _modifiedby_value
protected String name
protected BooleanManagedProperty iscustomizable
protected Boolean ismanaged
protected OffsetDateTime overwritetime
protected String _modifiedonbehalfby_value
protected String displayname
protected OffsetDateTime modifiedon
protected String serviceplanid
protected Integer utcconversiontimezonecode
protected Integer timezoneruleversionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Serviceplan.Builder builderServiceplan()
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> getCreatedon()
public Serviceplan withCreatedon(OffsetDateTime createdon)
public Serviceplan with_createdonbehalfby_value(String _createdonbehalfby_value)
public Serviceplan with_createdby_value(String _createdby_value)
public Serviceplan withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Serviceplan withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Serviceplan withSolutionid(String solutionid)
public Serviceplan withAccessmode(Integer accessmode)
public Serviceplan withComponentstate(Integer componentstate)
public Serviceplan withImportsequencenumber(Integer importsequencenumber)
public Serviceplan withComponentidunique(String componentidunique)
public Serviceplan with_modifiedby_value(String _modifiedby_value)
public Serviceplan withName(String name)
public Optional<BooleanManagedProperty> getIscustomizable()
public Serviceplan withIscustomizable(BooleanManagedProperty iscustomizable)
public Serviceplan withIsmanaged(Boolean ismanaged)
public Optional<OffsetDateTime> getOverwritetime()
public Serviceplan withOverwritetime(OffsetDateTime overwritetime)
public Serviceplan with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Serviceplan withDisplayname(String displayname)
public Optional<OffsetDateTime> getModifiedon()
public Serviceplan withModifiedon(OffsetDateTime modifiedon)
public Serviceplan withServiceplanid(String serviceplanid)
public Serviceplan withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Serviceplan withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Serviceplan withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SyncerrorCollectionRequest getServiceplan_SyncErrors()
public DuplicaterecordCollectionRequest getServiceplan_DuplicateMatchingRecord()
public DuplicaterecordCollectionRequest getServiceplan_DuplicateBaseRecord()
public AsyncoperationCollectionRequest getServiceplan_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getServiceplan_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getServiceplan_ProcessSession()
public BulkdeletefailureCollectionRequest getServiceplan_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getServiceplan_PrincipalObjectAttributeAccesses()
public AppmoduleCollectionRequest getServiceplan_appmodule_association()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Serviceplan 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 Serviceplan 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 String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.