Package com.microsoft.graph.models
Class AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet
java.lang.Object
com.microsoft.graph.models.AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet
The class for the Authentication Methods Root Users Registered By Feature Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe included User Roles.The included User Types. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new AuthenticationMethodsRootUsersRegisteredByFeatureParameterSetprotectedAuthenticationMethodsRootUsersRegisteredByFeatureParameterSet(AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet.AuthenticationMethodsRootUsersRegisteredByFeatureParameterSetBuilder builder) Instiaciates a new AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
includedUserTypes
@SerializedName(value="includedUserTypes", alternate="IncludedUserTypes") @Expose @Nullable public IncludedUserTypes includedUserTypesThe included User Types. -
includedUserRoles
@SerializedName(value="includedUserRoles", alternate="IncludedUserRoles") @Expose @Nullable public IncludedUserRoles includedUserRolesThe included User Roles.
-
-
Constructor Details
-
AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet
public AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet()Instiaciates a new AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet -
AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet
protected AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet(@Nonnull AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet.AuthenticationMethodsRootUsersRegisteredByFeatureParameterSetBuilder builder) Instiaciates a new AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static AuthenticationMethodsRootUsersRegisteredByFeatureParameterSet.AuthenticationMethodsRootUsersRegisteredByFeatureParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-