Package com.microsoft.graph.models
Class RiskyServicePrincipalDismissParameterSet.RiskyServicePrincipalDismissParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.RiskyServicePrincipalDismissParameterSet.RiskyServicePrincipalDismissParameterSetBuilder
- Enclosing class:
RiskyServicePrincipalDismissParameterSet
public static final class RiskyServicePrincipalDismissParameterSet.RiskyServicePrincipalDismissParameterSetBuilder
extends Object
Fluent builder for the RiskyServicePrincipalDismissParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe servicePrincipalIds parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new RiskyServicePrincipalDismissParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the ServicePrincipalIds
-
Field Details
-
servicePrincipalIds
The servicePrincipalIds parameter value
-
-
Constructor Details
-
RiskyServicePrincipalDismissParameterSetBuilder
@Nullable protected RiskyServicePrincipalDismissParameterSetBuilder()Instanciates a new RiskyServicePrincipalDismissParameterSetBuilder
-
-
Method Details
-
withServicePrincipalIds
@Nonnull public RiskyServicePrincipalDismissParameterSet.RiskyServicePrincipalDismissParameterSetBuilder withServicePrincipalIds(@Nullable List<String> val) Sets the ServicePrincipalIds- 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
-