Class OrganizationalBrandingProperties

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OrganizationalBrandingProperties
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
OrganizationalBranding, OrganizationalBrandingLocalization

public class OrganizationalBrandingProperties extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Organizational Branding Properties.
  • Field Details

    • backgroundColor

      @SerializedName(value="backgroundColor", alternate="BackgroundColor") @Expose @Nullable public String backgroundColor
      The Background Color. Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF.
    • backgroundImageRelativeUrl

      @SerializedName(value="backgroundImageRelativeUrl", alternate="BackgroundImageRelativeUrl") @Expose @Nullable public String backgroundImageRelativeUrl
      The Background Image Relative Url. A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
    • bannerLogoRelativeUrl

      @SerializedName(value="bannerLogoRelativeUrl", alternate="BannerLogoRelativeUrl") @Expose @Nullable public String bannerLogoRelativeUrl
      The Banner Logo Relative Url. A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.
    • cdnList

      @SerializedName(value="cdnList", alternate="CdnList") @Expose @Nullable public List<String> cdnList
      The Cdn List. A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only.
    • signInPageText

      @SerializedName(value="signInPageText", alternate="SignInPageText") @Expose @Nullable public String signInPageText
      The Sign In Page Text. Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters.
    • squareLogoRelativeUrl

      @SerializedName(value="squareLogoRelativeUrl", alternate="SquareLogoRelativeUrl") @Expose @Nullable public String squareLogoRelativeUrl
      The Square Logo Relative Url. A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
    • usernameHintText

      @SerializedName(value="usernameHintText", alternate="UsernameHintText") @Expose @Nullable public String usernameHintText
      The Username Hint Text. A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters.
  • Constructor Details

    • OrganizationalBrandingProperties

      public OrganizationalBrandingProperties()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to