Package com.microsoft.graph.models
Class AccessReviewInstanceBatchRecordDecisionsParameterSet
java.lang.Object
com.microsoft.graph.models.AccessReviewInstanceBatchRecordDecisionsParameterSet
The class for the Access Review Instance Batch Record Decisions Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the AccessReviewInstanceBatchRecordDecisionsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe decision.The justification.The principal Id.The resource Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new AccessReviewInstanceBatchRecordDecisionsParameterSetprotected
AccessReviewInstanceBatchRecordDecisionsParameterSet
(AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder builder) Instiaciates a new AccessReviewInstanceBatchRecordDecisionsParameterSet -
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
-
decision
The decision. -
justification
@SerializedName(value="justification", alternate="Justification") @Expose @Nullable public String justificationThe justification. -
principalId
@SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalIdThe principal Id. -
resourceId
@SerializedName(value="resourceId", alternate="ResourceId") @Expose @Nullable public String resourceIdThe resource Id.
-
-
Constructor Details
-
AccessReviewInstanceBatchRecordDecisionsParameterSet
public AccessReviewInstanceBatchRecordDecisionsParameterSet()Instiaciates a new AccessReviewInstanceBatchRecordDecisionsParameterSet -
AccessReviewInstanceBatchRecordDecisionsParameterSet
protected AccessReviewInstanceBatchRecordDecisionsParameterSet(@Nonnull AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder builder) Instiaciates a new AccessReviewInstanceBatchRecordDecisionsParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder 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
-