Class TaskProcessingResult
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.identitygovernance.TaskProcessingResult
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class TaskProcessingResult
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskProcessingResult
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the completedDateTime property value.Gets the createdDateTime property value.Gets the failureReason property value.The deserialization information for the current modelGets the processingStatus property value.Gets the startedDateTime property value.Gets the subject property value.getTask()
Gets the task property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the completedDateTime property value.void
setCreatedDateTime
(OffsetDateTime value) Sets the createdDateTime property value.void
setFailureReason
(String value) Sets the failureReason property value.void
Sets the processingStatus property value.void
setStartedDateTime
(OffsetDateTime value) Sets the startedDateTime property value.void
setSubject
(User value) Sets the subject property value.void
Sets the task property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
TaskProcessingResult
public TaskProcessingResult()Instantiates a newTaskProcessingResult
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static TaskProcessingResult createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
TaskProcessingResult
-
getCompletedDateTime
Gets the completedDateTime property value. The date time when taskProcessingResult execution ended. Value is null if task execution is still in progress.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Returns:
- a
OffsetDateTime
-
getCreatedDateTime
Gets the createdDateTime property value. The date time when the taskProcessingResult was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Returns:
- a
OffsetDateTime
-
getFailureReason
Gets the failureReason property value. Describes why the taskProcessingResult has failed.- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getProcessingStatus
Gets the processingStatus property value. The processingStatus property- Returns:
- a
LifecycleWorkflowProcessingStatus
-
getStartedDateTime
Gets the startedDateTime property value. The date time when taskProcessingResult execution started. Value is null if task execution has not yet started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Returns:
- a
OffsetDateTime
-
getSubject
Gets the subject property value. The subject property- Returns:
- a
User
-
getTask
Gets the task property value. The task property- Returns:
- a
Task
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setCompletedDateTime
Sets the completedDateTime property value. The date time when taskProcessingResult execution ended. Value is null if task execution is still in progress.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Parameters:
value
- Value to set for the completedDateTime property.
-
setCreatedDateTime
Sets the createdDateTime property value. The date time when the taskProcessingResult was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Parameters:
value
- Value to set for the createdDateTime property.
-
setFailureReason
Sets the failureReason property value. Describes why the taskProcessingResult has failed.- Parameters:
value
- Value to set for the failureReason property.
-
setProcessingStatus
Sets the processingStatus property value. The processingStatus property- Parameters:
value
- Value to set for the processingStatus property.
-
setStartedDateTime
Sets the startedDateTime property value. The date time when taskProcessingResult execution started. Value is null if task execution has not yet started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Parameters:
value
- Value to set for the startedDateTime property.
-
setSubject
Sets the subject property value. The subject property- Parameters:
value
- Value to set for the subject property.
-
setTask
Sets the task property value. The task property- Parameters:
value
- Value to set for the task property.
-