public class Position extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Position.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 |
_parentpositionid_value |
protected String |
_transactioncurrencyid_value |
protected OffsetDateTime |
createdon |
protected String |
description |
protected BigDecimal |
exchangerate |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overriddencreatedon |
protected String |
positionid |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Position() |
protected String _createdonbehalfby_value
protected OffsetDateTime createdon
protected String name
protected String _modifiedby_value
protected String _parentpositionid_value
protected BigDecimal exchangerate
protected String _organizationid_value
protected String _createdby_value
protected Integer utcconversiontimezonecode
protected String positionid
protected OffsetDateTime overriddencreatedon
protected Integer statuscode
protected String _transactioncurrencyid_value
protected Long versionnumber
protected String description
protected Integer statecode
protected String _modifiedonbehalfby_value
protected Integer timezoneruleversionnumber
protected OffsetDateTime modifiedon
protected Integer importsequencenumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Position.Builder builderPosition()
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 Position with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Position withCreatedon(OffsetDateTime createdon)
public Position with_parentpositionid_value(String _parentpositionid_value)
public Optional<BigDecimal> getExchangerate()
public Position withExchangerate(BigDecimal exchangerate)
public Position withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Position withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Position with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Position with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Position withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Optional<OffsetDateTime> getModifiedon()
public Position withModifiedon(OffsetDateTime modifiedon)
public Position withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public AsyncoperationCollectionRequest getPosition_AsyncOperations()
public ProcesssessionCollectionRequest getPosition_ProcessSession()
public SystemuserCollectionRequest getPosition_users()
public PositionRequest getParentpositionid()
public PositionCollectionRequest getPosition_parent_position()
public PrincipalobjectattributeaccessCollectionRequest getPosition_principalobjectattributeaccess()
public TransactioncurrencyRequest getTransactioncurrencyid()
public ConnectionCollectionRequest getPosition_connection1()
public ConnectionCollectionRequest getPosition_connection2()
public SyncerrorCollectionRequest getPosition_SyncErrors()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Position 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 Position 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.