Package com.microsoft.graph.models
Class AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
- Enclosing class:
AccessReviewInstanceBatchRecordDecisionsParameterSet
public static final class AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
extends Object
Fluent builder for the AccessReviewInstanceBatchRecordDecisionsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDecision(String val) Sets the DecisionwithJustification(String val) Sets the JustificationwithPrincipalId(String val) Sets the PrincipalIdwithResourceId(String val) Sets the ResourceId
-
Field Details
-
decision
The decision parameter value -
justification
The justification parameter value -
principalId
The principalId parameter value -
resourceId
The resourceId parameter value
-
-
Constructor Details
-
AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
@Nullable protected AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder()Instanciates a new AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder
-
-
Method Details
-
withDecision
@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withDecision(@Nullable String val) Sets the Decision- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withJustification
@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withJustification(@Nullable String val) Sets the Justification- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withPrincipalId
@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withPrincipalId(@Nullable String val) Sets the PrincipalId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withResourceId
@Nonnull public AccessReviewInstanceBatchRecordDecisionsParameterSet.AccessReviewInstanceBatchRecordDecisionsParameterSetBuilder withResourceId(@Nullable String val) Sets the ResourceId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-