public class Actioncarduserstate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Actioncarduserstate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_actioncardid_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_transactioncurrencyid_value |
protected String |
actioncarduserstateid |
protected BigDecimal |
exchangerate |
protected OffsetDateTime |
startdate |
protected Integer |
state |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Actioncarduserstate() |
protected String actioncarduserstateid
protected Long versionnumber
protected String _transactioncurrencyid_value
protected BigDecimal exchangerate
protected String _owningbusinessunit_value
protected String _ownerid_value
protected Integer utcconversiontimezonecode
protected OffsetDateTime startdate
protected Integer timezoneruleversionnumber
protected String _actioncardid_value
protected Integer state
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Actioncarduserstate.Builder builderActioncarduserstate()
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 Actioncarduserstate withActioncarduserstateid(String actioncarduserstateid)
public Actioncarduserstate withVersionnumber(Long versionnumber)
public Actioncarduserstate with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Optional<BigDecimal> getExchangerate()
public Actioncarduserstate withExchangerate(BigDecimal exchangerate)
public Actioncarduserstate with_owningbusinessunit_value(String _owningbusinessunit_value)
public Actioncarduserstate with_ownerid_value(String _ownerid_value)
public Actioncarduserstate withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getStartdate()
public Actioncarduserstate withStartdate(OffsetDateTime startdate)
public Actioncarduserstate withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Actioncarduserstate with_actioncardid_value(String _actioncardid_value)
public Actioncarduserstate withState(Integer state)
public Actioncarduserstate withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic ActioncardRequest getActioncardid()
public TransactioncurrencyRequest getTransactioncurrencyid()
public PrincipalRequest getOwnerid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Actioncarduserstate 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 Actioncarduserstate 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.