Package com.microsoft.graph.models
Class OrganizationalBranding
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OrganizationalBrandingProperties
com.microsoft.graph.models.OrganizationalBranding
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class OrganizationalBranding
extends OrganizationalBrandingProperties
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrganizationalBrandingcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueThe deserialization information for the current modelGets the localizations property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the localizations property value.Methods inherited from class com.microsoft.graph.models.OrganizationalBrandingProperties
getBackgroundColor, getBackgroundImage, getBackgroundImageRelativeUrl, getBannerLogo, getBannerLogoRelativeUrl, getCdnList, getContentCustomization, getCustomAccountResetCredentialsUrl, getCustomCannotAccessYourAccountText, getCustomCannotAccessYourAccountUrl, getCustomCSS, getCustomCSSRelativeUrl, getCustomForgotMyPasswordText, getCustomPrivacyAndCookiesText, getCustomPrivacyAndCookiesUrl, getCustomResetItNowText, getCustomTermsOfUseText, getCustomTermsOfUseUrl, getFavicon, getFaviconRelativeUrl, getHeaderBackgroundColor, getHeaderLogo, getHeaderLogoRelativeUrl, getLoginPageLayoutConfiguration, getLoginPageTextVisibilitySettings, getSignInPageText, getSquareLogo, getSquareLogoDark, getSquareLogoDarkRelativeUrl, getSquareLogoRelativeUrl, getUsernameHintText, setBackgroundColor, setBackgroundImage, setBackgroundImageRelativeUrl, setBannerLogo, setBannerLogoRelativeUrl, setCdnList, setContentCustomization, setCustomAccountResetCredentialsUrl, setCustomCannotAccessYourAccountText, setCustomCannotAccessYourAccountUrl, setCustomCSS, setCustomCSSRelativeUrl, setCustomForgotMyPasswordText, setCustomPrivacyAndCookiesText, setCustomPrivacyAndCookiesUrl, setCustomResetItNowText, setCustomTermsOfUseText, setCustomTermsOfUseUrl, setFavicon, setFaviconRelativeUrl, setHeaderBackgroundColor, setHeaderLogo, setHeaderLogoRelativeUrl, setLoginPageLayoutConfiguration, setLoginPageTextVisibilitySettings, setSignInPageText, setSquareLogo, setSquareLogoDark, setSquareLogoDarkRelativeUrl, setSquareLogoRelativeUrl, setUsernameHintTextMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
OrganizationalBranding
public OrganizationalBranding()Instantiates a newOrganizationalBrandingand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static OrganizationalBranding createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
OrganizationalBranding
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classOrganizationalBrandingProperties- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLocalizations
Gets the localizations property value. Add different branding based on a locale.- Returns:
- a
List<OrganizationalBrandingLocalization>
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classOrganizationalBrandingProperties- Parameters:
writer- Serialization writer to use to serialize this model
-
setLocalizations
Sets the localizations property value. Add different branding based on a locale.- Parameters:
value- Value to set for the localizations property.
-