Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Hide Account Reset Credentials.The Hide Cannot Access Your Account.The Hide Forgot My Password.The Hide Privacy And Cookies.The Hide Reset It Now.The Hide Terms Of Use.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
hideAccountResetCredentials
@SerializedName(value="hideAccountResetCredentials", alternate="HideAccountResetCredentials") @Expose @Nullable public Boolean hideAccountResetCredentialsThe Hide Account Reset Credentials. -
hideCannotAccessYourAccount
@SerializedName(value="hideCannotAccessYourAccount", alternate="HideCannotAccessYourAccount") @Expose @Nullable public Boolean hideCannotAccessYourAccountThe Hide Cannot Access Your Account. -
hideForgotMyPassword
@SerializedName(value="hideForgotMyPassword", alternate="HideForgotMyPassword") @Expose @Nullable public Boolean hideForgotMyPasswordThe Hide Forgot My Password. -
hidePrivacyAndCookies
@SerializedName(value="hidePrivacyAndCookies", alternate="HidePrivacyAndCookies") @Expose @Nullable public Boolean hidePrivacyAndCookiesThe Hide Privacy And Cookies. -
hideResetItNow
@SerializedName(value="hideResetItNow", alternate="HideResetItNow") @Expose @Nullable public Boolean hideResetItNowThe Hide Reset It Now. -
hideTermsOfUse
@SerializedName(value="hideTermsOfUse", alternate="HideTermsOfUse") @Expose @Nullable public Boolean hideTermsOfUseThe Hide Terms Of Use.
-
-
Constructor Details
-
LoginPageTextVisibilitySettings
public LoginPageTextVisibilitySettings()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-