Class LoginPageTextVisibilitySettings

java.lang.Object
com.microsoft.graph.models.LoginPageTextVisibilitySettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LoginPageTextVisibilitySettings extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Login Page Text Visibility Settings.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • hideAccountResetCredentials

      @SerializedName(value="hideAccountResetCredentials", alternate="HideAccountResetCredentials") @Expose @Nullable public Boolean hideAccountResetCredentials
      The Hide Account Reset Credentials.
    • hideCannotAccessYourAccount

      @SerializedName(value="hideCannotAccessYourAccount", alternate="HideCannotAccessYourAccount") @Expose @Nullable public Boolean hideCannotAccessYourAccount
      The Hide Cannot Access Your Account.
    • hideForgotMyPassword

      @SerializedName(value="hideForgotMyPassword", alternate="HideForgotMyPassword") @Expose @Nullable public Boolean hideForgotMyPassword
      The Hide Forgot My Password.
    • hidePrivacyAndCookies

      @SerializedName(value="hidePrivacyAndCookies", alternate="HidePrivacyAndCookies") @Expose @Nullable public Boolean hidePrivacyAndCookies
      The Hide Privacy And Cookies.
    • hideResetItNow

      @SerializedName(value="hideResetItNow", alternate="HideResetItNow") @Expose @Nullable public Boolean hideResetItNow
      The Hide Reset It Now.
    • hideTermsOfUse

      @SerializedName(value="hideTermsOfUse", alternate="HideTermsOfUse") @Expose @Nullable public Boolean hideTermsOfUse
      The Hide Terms Of Use.
  • Constructor Details

    • LoginPageTextVisibilitySettings

      public LoginPageTextVisibilitySettings()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to