Package microsoft.dynamics.crm.entity
Class Slaitem
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Slaitem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Slaitem extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSlaitem.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSlaitem()
-
Method Summary
-
-
-
Field Detail
-
successconditionsxml
protected String successconditionsxml
-
_createdby_value
protected UUID _createdby_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
warnafter
protected Integer warnafter
-
changedattributelist
protected String changedattributelist
-
actionurl
protected String actionurl
-
slaitemidunique
protected UUID slaitemidunique
-
_slaid_value
protected UUID _slaid_value
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
modifiedon
protected OffsetDateTime modifiedon
-
actionflowuniquename
protected String actionflowuniquename
-
allowpauseresume
protected Boolean allowpauseresume
-
_transactioncurrencyid_value
protected UUID _transactioncurrencyid_value
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
description
protected String description
-
_msdyn_slakpiid_value
protected UUID _msdyn_slakpiid_value
-
versionnumber
protected Long versionnumber
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
_ownerid_value
protected UUID _ownerid_value
-
slaitemid
protected UUID slaitemid
-
applicablewhenxml
protected String applicablewhenxml
-
_businesshoursid_value
protected UUID _businesshoursid_value
-
failureafter
protected Integer failureafter
-
overwritetime
protected OffsetDateTime overwritetime
-
exchangerate
protected BigDecimal exchangerate
-
_workflowid_value
protected UUID _workflowid_value
-
createdon
protected OffsetDateTime createdon
-
applicableentity
protected String applicableentity
-
componentstate
protected Integer componentstate
-
name
protected String name
-
_owninguser_value
protected UUID _owninguser_value
-
relatedfield
protected String relatedfield
-
solutionid
protected UUID solutionid
-
sequencenumber
protected Integer sequencenumber
-
ismanaged
protected Boolean ismanaged
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderSlaitem
public static Slaitem.Builder builderSlaitem()
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
-
with_owningbusinessunit_value
public Slaitem with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Slaitem withModifiedon(OffsetDateTime modifiedon)
-
with_transactioncurrencyid_value
public Slaitem with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)
-
with_createdonbehalfby_value
public Slaitem with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
with_modifiedonbehalfby_value
public Slaitem with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Slaitem withOverwritetime(OffsetDateTime overwritetime)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Slaitem withExchangerate(BigDecimal exchangerate)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Slaitem withCreatedon(OffsetDateTime createdon)
-
withUnmappedField
public Slaitem withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getWorkflowid
public WorkflowRequest getWorkflowid()
-
getSLAItem_SyncErrors
public SyncerrorCollectionRequest getSLAItem_SyncErrors()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getSlaid
public SlaRequest getSlaid()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getBusinesshoursid
public CalendarRequest getBusinesshoursid()
-
getMsdyn_SLAKPIID
public Msdyn_slakpiRequest getMsdyn_SLAKPIID()
-
getMsdyn_slaitem_slakpiinstance
public SlakpiinstanceCollectionRequest getMsdyn_slaitem_slakpiinstance()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Slaitem 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 Slaitem 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
-
-