public class Sdkmessagefilter extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Sdkmessagefilter.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 String |
_sdkmessageid_value |
protected Integer |
availability |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected Integer |
customizationlevel |
protected String |
introducedversion |
protected Boolean |
iscustomprocessingstepallowed |
protected Boolean |
ismanaged |
protected Boolean |
isvisible |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
primaryobjecttypecode |
protected Integer |
restrictionlevel |
protected String |
sdkmessagefilterid |
protected String |
sdkmessagefilteridunique |
protected String |
secondaryobjecttypecode |
protected String |
solutionid |
protected Long |
versionnumber |
protected Boolean |
workflowsdkstepenabled |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Sdkmessagefilter() |
protected Boolean ismanaged
protected String secondaryobjecttypecode
protected OffsetDateTime overwritetime
protected String sdkmessagefilterid
protected String _modifiedonbehalfby_value
protected Integer customizationlevel
protected String _sdkmessageid_value
protected Boolean isvisible
protected Boolean workflowsdkstepenabled
protected String primaryobjecttypecode
protected String introducedversion
protected String sdkmessagefilteridunique
protected Long versionnumber
protected String _createdonbehalfby_value
protected OffsetDateTime createdon
protected String _organizationid_value
protected Integer componentstate
protected String _modifiedby_value
protected Integer restrictionlevel
protected String _createdby_value
protected String solutionid
protected Boolean iscustomprocessingstepallowed
protected Integer availability
protected OffsetDateTime modifiedon
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Sdkmessagefilter.Builder builderSdkmessagefilter()
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 Sdkmessagefilter withIsmanaged(Boolean ismanaged)
public Sdkmessagefilter withSecondaryobjecttypecode(String secondaryobjecttypecode)
public Optional<OffsetDateTime> getOverwritetime()
public Sdkmessagefilter withOverwritetime(OffsetDateTime overwritetime)
public Sdkmessagefilter withSdkmessagefilterid(String sdkmessagefilterid)
public Sdkmessagefilter with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Sdkmessagefilter withCustomizationlevel(Integer customizationlevel)
public Sdkmessagefilter with_sdkmessageid_value(String _sdkmessageid_value)
public Sdkmessagefilter withIsvisible(Boolean isvisible)
public Sdkmessagefilter withWorkflowsdkstepenabled(Boolean workflowsdkstepenabled)
public Sdkmessagefilter withPrimaryobjecttypecode(String primaryobjecttypecode)
public Sdkmessagefilter withIntroducedversion(String introducedversion)
public Sdkmessagefilter withSdkmessagefilteridunique(String sdkmessagefilteridunique)
public Sdkmessagefilter withVersionnumber(Long versionnumber)
public Sdkmessagefilter with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Sdkmessagefilter withCreatedon(OffsetDateTime createdon)
public Sdkmessagefilter with_organizationid_value(String _organizationid_value)
public Sdkmessagefilter withComponentstate(Integer componentstate)
public Sdkmessagefilter with_modifiedby_value(String _modifiedby_value)
public Sdkmessagefilter withRestrictionlevel(Integer restrictionlevel)
public Sdkmessagefilter with_createdby_value(String _createdby_value)
public Sdkmessagefilter withSolutionid(String solutionid)
public Sdkmessagefilter withIscustomprocessingstepallowed(Boolean iscustomprocessingstepallowed)
public Sdkmessagefilter withAvailability(Integer availability)
public Optional<OffsetDateTime> getModifiedon()
public Sdkmessagefilter withModifiedon(OffsetDateTime modifiedon)
public Sdkmessagefilter withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic OrganizationRequest getOrganizationid()
public SdkmessageprocessingstepCollectionRequest getSdkmessagefilterid_sdkmessageprocessingstep()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SdkmessageRequest getSdkmessageid()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Sdkmessagefilter 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 Sdkmessagefilter 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.