Package microsoft.dynamics.crm.entity
Class Actioncarduserstate
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Actioncarduserstate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Actioncarduserstate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActioncarduserstate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_actioncardid_valueprotected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_transactioncurrencyid_valueprotected UUIDactioncarduserstateidprotected BigDecimalexchangerateprotected OffsetDateTimestartdateprotected Integerstateprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActioncarduserstate()
-
Method Summary
-
-
-
Field Detail
-
actioncarduserstateid
protected UUID actioncarduserstateid
-
versionnumber
protected Long versionnumber
-
_transactioncurrencyid_value
protected UUID _transactioncurrencyid_value
-
exchangerate
protected BigDecimal exchangerate
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
_ownerid_value
protected UUID _ownerid_value
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
startdate
protected OffsetDateTime startdate
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
_actioncardid_value
protected UUID _actioncardid_value
-
state
protected Integer state
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderActioncarduserstate
public static Actioncarduserstate.Builder builderActioncarduserstate()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withActioncarduserstateid
public Actioncarduserstate withActioncarduserstateid(UUID actioncarduserstateid)
-
withVersionnumber
public Actioncarduserstate withVersionnumber(Long versionnumber)
-
with_transactioncurrencyid_value
public Actioncarduserstate with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Actioncarduserstate withExchangerate(BigDecimal exchangerate)
-
with_owningbusinessunit_value
public Actioncarduserstate with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
with_ownerid_value
public Actioncarduserstate with_ownerid_value(UUID _ownerid_value)
-
withUtcconversiontimezonecode
public Actioncarduserstate withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
getStartdate
public Optional<OffsetDateTime> getStartdate()
-
withStartdate
public Actioncarduserstate withStartdate(OffsetDateTime startdate)
-
withTimezoneruleversionnumber
public Actioncarduserstate withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_actioncardid_value
public Actioncarduserstate with_actioncardid_value(UUID _actioncardid_value)
-
withState
public Actioncarduserstate withState(Integer state)
-
withUnmappedField
public Actioncarduserstate withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getActioncardid
public ActioncardRequest getActioncardid()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Actioncarduserstate patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Actioncarduserstate put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-