public class Sdkmessage extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Sdkmessage.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 Boolean |
autotransact |
protected Integer |
availability |
protected String |
categoryname |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected Integer |
customizationlevel |
protected Boolean |
expand |
protected String |
introducedversion |
protected Boolean |
isactive |
protected Boolean |
ismanaged |
protected Boolean |
isprivate |
protected Boolean |
isreadonly |
protected Boolean |
isvalidforexecuteasync |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
sdkmessageid |
protected String |
sdkmessageidunique |
protected String |
solutionid |
protected Boolean |
template |
protected String |
throttlesettings |
protected Long |
versionnumber |
protected Boolean |
workflowsdkstepenabled |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Sdkmessage() |
protected String _organizationid_value
protected Boolean isprivate
protected String _modifiedby_value
protected String introducedversion
protected Boolean workflowsdkstepenabled
protected Boolean expand
protected Integer availability
protected OffsetDateTime modifiedon
protected Boolean template
protected Boolean isvalidforexecuteasync
protected String categoryname
protected Boolean autotransact
protected OffsetDateTime createdon
protected OffsetDateTime overwritetime
protected Boolean isactive
protected String _createdby_value
protected String name
protected String _modifiedonbehalfby_value
protected Boolean ismanaged
protected Integer customizationlevel
protected String sdkmessageid
protected String sdkmessageidunique
protected String throttlesettings
protected String _createdonbehalfby_value
protected String solutionid
protected Integer componentstate
protected Long versionnumber
protected Boolean isreadonly
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Sdkmessage.Builder builderSdkmessage()
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 Sdkmessage with_organizationid_value(String _organizationid_value)
public Sdkmessage withIsprivate(Boolean isprivate)
public Sdkmessage with_modifiedby_value(String _modifiedby_value)
public Sdkmessage withIntroducedversion(String introducedversion)
public Sdkmessage withWorkflowsdkstepenabled(Boolean workflowsdkstepenabled)
public Sdkmessage withExpand(Boolean expand)
public Sdkmessage withAvailability(Integer availability)
public Optional<OffsetDateTime> getModifiedon()
public Sdkmessage withModifiedon(OffsetDateTime modifiedon)
public Sdkmessage withTemplate(Boolean template)
public Sdkmessage withIsvalidforexecuteasync(Boolean isvalidforexecuteasync)
public Sdkmessage withCategoryname(String categoryname)
public Sdkmessage withAutotransact(Boolean autotransact)
public Optional<OffsetDateTime> getCreatedon()
public Sdkmessage withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getOverwritetime()
public Sdkmessage withOverwritetime(OffsetDateTime overwritetime)
public Sdkmessage withIsactive(Boolean isactive)
public Sdkmessage with_createdby_value(String _createdby_value)
public Sdkmessage withName(String name)
public Sdkmessage with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Sdkmessage withIsmanaged(Boolean ismanaged)
public Sdkmessage withCustomizationlevel(Integer customizationlevel)
public Sdkmessage withSdkmessageid(String sdkmessageid)
public Sdkmessage withSdkmessageidunique(String sdkmessageidunique)
public Sdkmessage withThrottlesettings(String throttlesettings)
public Sdkmessage with_createdonbehalfby_value(String _createdonbehalfby_value)
public Sdkmessage withSolutionid(String solutionid)
public Sdkmessage withComponentstate(Integer componentstate)
public Sdkmessage withVersionnumber(Long versionnumber)
public Sdkmessage withIsreadonly(Boolean isreadonly)
public Sdkmessage withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SdkmessageprocessingstepCollectionRequest getSdkmessageid_sdkmessageprocessingstep()
public SystemuserRequest getCreatedonbehalfby()
public OrganizationRequest getOrganizationid()
public SdkmessagefilterCollectionRequest getSdkmessageid_sdkmessagefilter()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Sdkmessage 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 Sdkmessage 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–2021. All rights reserved.