Class AuthenticationMethodsRootUsersRegisteredByMethodParameterSet

java.lang.Object
com.microsoft.graph.models.AuthenticationMethodsRootUsersRegisteredByMethodParameterSet

public class AuthenticationMethodsRootUsersRegisteredByMethodParameterSet extends Object
The class for the Authentication Methods Root Users Registered By Method Parameter Set.
  • Field Details

    • includedUserTypes

      @SerializedName(value="includedUserTypes", alternate="IncludedUserTypes") @Expose @Nullable public IncludedUserTypes includedUserTypes
      The included User Types.
    • includedUserRoles

      @SerializedName(value="includedUserRoles", alternate="IncludedUserRoles") @Expose @Nullable public IncludedUserRoles includedUserRoles
      The included User Roles.
  • Constructor Details

    • AuthenticationMethodsRootUsersRegisteredByMethodParameterSet

      public AuthenticationMethodsRootUsersRegisteredByMethodParameterSet()
      Instiaciates a new AuthenticationMethodsRootUsersRegisteredByMethodParameterSet
    • AuthenticationMethodsRootUsersRegisteredByMethodParameterSet

      protected AuthenticationMethodsRootUsersRegisteredByMethodParameterSet(@Nonnull AuthenticationMethodsRootUsersRegisteredByMethodParameterSet.AuthenticationMethodsRootUsersRegisteredByMethodParameterSetBuilder builder)
      Instiaciates a new AuthenticationMethodsRootUsersRegisteredByMethodParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details