Class TaskProcessingResult
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.identitygovernance.entity.TaskProcessingResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class TaskProcessingResult extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.SelectSupport
Supported = false
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.TopSupported
false
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskProcessingResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected OffsetDateTimecompletedDateTimeprotected OffsetDateTimecreatedDateTimeprotected StringfailureReasonprotected LifecycleWorkflowProcessingStatusprocessingStatusprotected OffsetDateTimestartedDateTime-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTaskProcessingResult()
-
Method Summary
-
-
-
Field Detail
-
completedDateTime
protected OffsetDateTime completedDateTime
-
createdDateTime
protected OffsetDateTime createdDateTime
-
failureReason
protected String failureReason
-
processingStatus
protected LifecycleWorkflowProcessingStatus processingStatus
-
startedDateTime
protected OffsetDateTime startedDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderTaskProcessingResult
public static TaskProcessingResult.Builder builderTaskProcessingResult()
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 classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getCompletedDateTime
public Optional<OffsetDateTime> getCompletedDateTime()
-
withCompletedDateTime
public TaskProcessingResult withCompletedDateTime(OffsetDateTime completedDateTime)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public TaskProcessingResult withCreatedDateTime(OffsetDateTime createdDateTime)
-
withFailureReason
public TaskProcessingResult withFailureReason(String failureReason)
-
getProcessingStatus
public Optional<LifecycleWorkflowProcessingStatus> getProcessingStatus()
-
withProcessingStatus
public TaskProcessingResult withProcessingStatus(LifecycleWorkflowProcessingStatus processingStatus)
-
getStartedDateTime
public Optional<OffsetDateTime> getStartedDateTime()
-
withStartedDateTime
public TaskProcessingResult withStartedDateTime(OffsetDateTime startedDateTime)
-
withUnmappedField
public TaskProcessingResult withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getSubject
public UserRequest getSubject()
-
getTask
public TaskRequest getTask()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public TaskProcessingResult patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public TaskProcessingResult put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
resume
public com.github.davidmoten.odata.client.ActionRequestNoReturn resume(String source, String type, CustomTaskExtensionCallbackData data)
-
-