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