Class TaskProcessingResultResumeParameterSet
java.lang.Object
com.microsoft.graph.identitygovernance.models.TaskProcessingResultResumeParameterSet
The class for the Task Processing Result Resume Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the TaskProcessingResultResumeParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new TaskProcessingResultResumeParameterSetprotectedTaskProcessingResultResumeParameterSet(TaskProcessingResultResumeParameterSet.TaskProcessingResultResumeParameterSetBuilder builder) Instiaciates a new TaskProcessingResultResumeParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
source
The source. -
type
The type. -
data
@SerializedName(value="data", alternate="Data") @Expose @Nullable public CustomTaskExtensionCallbackData dataThe data.
-
-
Constructor Details
-
TaskProcessingResultResumeParameterSet
public TaskProcessingResultResumeParameterSet()Instiaciates a new TaskProcessingResultResumeParameterSet -
TaskProcessingResultResumeParameterSet
protected TaskProcessingResultResumeParameterSet(@Nonnull TaskProcessingResultResumeParameterSet.TaskProcessingResultResumeParameterSetBuilder builder) Instiaciates a new TaskProcessingResultResumeParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static TaskProcessingResultResumeParameterSet.TaskProcessingResultResumeParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-