public class Processstageparameter extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Processstageparameter.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 |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
_processstageid_value |
protected OffsetDateTime |
createdon |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected String |
processstageparameterid |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected String |
value |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Processstageparameter() |
protected String _modifiedonbehalfby_value
protected Integer timezoneruleversionnumber
protected String name
protected Integer statecode
protected String processstageparameterid
protected Integer statuscode
protected String _owninguser_value
protected String _processstageid_value
protected String _createdonbehalfby_value
protected Integer utcconversiontimezonecode
protected String _modifiedby_value
protected String _owningbusinessunit_value
protected OffsetDateTime createdon
protected String _owningteam_value
protected Long versionnumber
protected OffsetDateTime overriddencreatedon
protected Integer importsequencenumber
protected String value
protected OffsetDateTime modifiedon
protected String _ownerid_value
protected String _createdby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Processstageparameter.Builder builderProcessstageparameter()
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 Processstageparameter with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Processstageparameter withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Processstageparameter withName(String name)
public Processstageparameter withStatecode(Integer statecode)
public Processstageparameter withProcessstageparameterid(String processstageparameterid)
public Processstageparameter withStatuscode(Integer statuscode)
public Processstageparameter with_owninguser_value(String _owninguser_value)
public Processstageparameter with_processstageid_value(String _processstageid_value)
public Processstageparameter with_createdonbehalfby_value(String _createdonbehalfby_value)
public Processstageparameter withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Processstageparameter with_modifiedby_value(String _modifiedby_value)
public Processstageparameter with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getCreatedon()
public Processstageparameter withCreatedon(OffsetDateTime createdon)
public Processstageparameter with_owningteam_value(String _owningteam_value)
public Processstageparameter withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Processstageparameter withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Processstageparameter withImportsequencenumber(Integer importsequencenumber)
public Processstageparameter withValue(String value)
public Optional<OffsetDateTime> getModifiedon()
public Processstageparameter withModifiedon(OffsetDateTime modifiedon)
public Processstageparameter with_ownerid_value(String _ownerid_value)
public Processstageparameter with_createdby_value(String _createdby_value)
public Processstageparameter withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public SyncerrorCollectionRequest getProcessstageparameter_SyncErrors()
public AsyncoperationCollectionRequest getProcessstageparameter_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getProcessstageparameter_MailboxTrackingFolders()
public ProcesssessionCollectionRequest getProcessstageparameter_ProcessSession()
public BulkdeletefailureCollectionRequest getProcessstageparameter_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getProcessstageparameter_PrincipalObjectAttributeAccesses()
public ProcessstageRequest getProcessStageId()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Processstageparameter 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 Processstageparameter 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.