Package com.microsoft.graph.models
Class AuthenticationMethodsRootUsersRegisteredByMethodParameterSet.AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.AuthenticationMethodsRootUsersRegisteredByMethodParameterSet.AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder
- Enclosing class:
AuthenticationMethodsRootUsersRegisteredByMethodParameterSet
public static final class AuthenticationMethodsRootUsersRegisteredByMethodParameterSet.AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder
extends Object
Fluent builder for the AuthenticationMethodsRootUsersRegisteredByMethodParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IncludedUserRolesThe includedUserRoles parameter valueprotected IncludedUserTypesThe includedUserTypes parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the IncludedUserRolesSets the IncludedUserTypes
-
Field Details
-
includedUserTypes
The includedUserTypes parameter value -
includedUserRoles
The includedUserRoles parameter value
-
-
Constructor Details
-
AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder
@Nullable protected AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder()Instanciates a new AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder
-
-
Method Details
-
withIncludedUserTypes
@Nonnull public AuthenticationMethodsRootUsersRegisteredByMethodParameterSet.AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder withIncludedUserTypes(@Nullable IncludedUserTypes val) Sets the IncludedUserTypes- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withIncludedUserRoles
@Nonnull public AuthenticationMethodsRootUsersRegisteredByMethodParameterSet.AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder withIncludedUserRoles(@Nullable IncludedUserRoles val) Sets the IncludedUserRoles- 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
-