Class IntuneBrand

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

public class IntuneBrand extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Intune Brand.
  • Field Details

    • oDataType

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

      @SerializedName(value="contactITEmailAddress", alternate="ContactITEmailAddress") @Expose @Nullable public String contactITEmailAddress
      The Contact ITEmail Address. Email address of the person/organization responsible for IT support.
    • contactITName

      @SerializedName(value="contactITName", alternate="ContactITName") @Expose @Nullable public String contactITName
      The Contact ITName. Name of the person/organization responsible for IT support.
    • contactITNotes

      @SerializedName(value="contactITNotes", alternate="ContactITNotes") @Expose @Nullable public String contactITNotes
      The Contact ITNotes. Text comments regarding the person/organization responsible for IT support.
    • contactITPhoneNumber

      @SerializedName(value="contactITPhoneNumber", alternate="ContactITPhoneNumber") @Expose @Nullable public String contactITPhoneNumber
      The Contact ITPhone Number. Phone number of the person/organization responsible for IT support.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Company/organization name that is displayed to end users.
    • onlineSupportSiteName

      @SerializedName(value="onlineSupportSiteName", alternate="OnlineSupportSiteName") @Expose @Nullable public String onlineSupportSiteName
      The Online Support Site Name. Display name of the company/organization’s IT helpdesk site.
    • onlineSupportSiteUrl

      @SerializedName(value="onlineSupportSiteUrl", alternate="OnlineSupportSiteUrl") @Expose @Nullable public String onlineSupportSiteUrl
      The Online Support Site Url. URL to the company/organization’s IT helpdesk site.
    • privacyUrl

      @SerializedName(value="privacyUrl", alternate="PrivacyUrl") @Expose @Nullable public String privacyUrl
      The Privacy Url. URL to the company/organization’s privacy policy.
    • themeColor

      @SerializedName(value="themeColor", alternate="ThemeColor") @Expose @Nullable public RgbColor themeColor
      The Theme Color. Primary theme color used in the Company Portal applications and web portal.
  • Constructor Details

    • IntuneBrand

      public IntuneBrand()
  • 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