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