Class IntuneBrand

java.lang.Object
com.microsoft.graph.models.IntuneBrand
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class IntuneBrand extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • IntuneBrand

      public IntuneBrand()
      Instantiates a new IntuneBrand and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static IntuneBrand 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 IntuneBrand
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getContactITEmailAddress

      @Nullable public String getContactITEmailAddress()
      Gets the contactITEmailAddress property value. Email address of the person/organization responsible for IT support.
      Returns:
      a String
    • getContactITName

      @Nullable public String getContactITName()
      Gets the contactITName property value. Name of the person/organization responsible for IT support.
      Returns:
      a String
    • getContactITNotes

      @Nullable public String getContactITNotes()
      Gets the contactITNotes property value. Text comments regarding the person/organization responsible for IT support.
      Returns:
      a String
    • getContactITPhoneNumber

      @Nullable public String getContactITPhoneNumber()
      Gets the contactITPhoneNumber property value. Phone number of the person/organization responsible for IT support.
      Returns:
      a String
    • getDarkBackgroundLogo

      @Nullable public MimeContent getDarkBackgroundLogo()
      Gets the darkBackgroundLogo property value. Logo image displayed in Company Portal apps which have a dark background behind the logo.
      Returns:
      a MimeContent
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. Company/organization name that is displayed to end users.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLightBackgroundLogo

      @Nullable public MimeContent getLightBackgroundLogo()
      Gets the lightBackgroundLogo property value. Logo image displayed in Company Portal apps which have a light background behind the logo.
      Returns:
      a MimeContent
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getOnlineSupportSiteName

      @Nullable public String getOnlineSupportSiteName()
      Gets the onlineSupportSiteName property value. Display name of the company/organizations IT helpdesk site.
      Returns:
      a String
    • getOnlineSupportSiteUrl

      @Nullable public String getOnlineSupportSiteUrl()
      Gets the onlineSupportSiteUrl property value. URL to the company/organizations IT helpdesk site.
      Returns:
      a String
    • getPrivacyUrl

      @Nullable public String getPrivacyUrl()
      Gets the privacyUrl property value. URL to the company/organizations privacy policy.
      Returns:
      a String
    • getShowDisplayNameNextToLogo

      @Nullable public Boolean getShowDisplayNameNextToLogo()
      Gets the showDisplayNameNextToLogo property value. Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
      Returns:
      a Boolean
    • getShowLogo

      @Nullable public Boolean getShowLogo()
      Gets the showLogo property value. Boolean that represents whether the administrator-supplied logo images are shown or not shown.
      Returns:
      a Boolean
    • getShowNameNextToLogo

      @Nullable public Boolean getShowNameNextToLogo()
      Gets the showNameNextToLogo property value. Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
      Returns:
      a Boolean
    • getThemeColor

      @Nullable public RgbColor getThemeColor()
      Gets the themeColor property value. Primary theme color used in the Company Portal applications and web portal.
      Returns:
      a RgbColor
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setContactITEmailAddress

      public void setContactITEmailAddress(@Nullable String value)
      Sets the contactITEmailAddress property value. Email address of the person/organization responsible for IT support.
      Parameters:
      value - Value to set for the contactITEmailAddress property.
    • setContactITName

      public void setContactITName(@Nullable String value)
      Sets the contactITName property value. Name of the person/organization responsible for IT support.
      Parameters:
      value - Value to set for the contactITName property.
    • setContactITNotes

      public void setContactITNotes(@Nullable String value)
      Sets the contactITNotes property value. Text comments regarding the person/organization responsible for IT support.
      Parameters:
      value - Value to set for the contactITNotes property.
    • setContactITPhoneNumber

      public void setContactITPhoneNumber(@Nullable String value)
      Sets the contactITPhoneNumber property value. Phone number of the person/organization responsible for IT support.
      Parameters:
      value - Value to set for the contactITPhoneNumber property.
    • setDarkBackgroundLogo

      public void setDarkBackgroundLogo(@Nullable MimeContent value)
      Sets the darkBackgroundLogo property value. Logo image displayed in Company Portal apps which have a dark background behind the logo.
      Parameters:
      value - Value to set for the darkBackgroundLogo property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. Company/organization name that is displayed to end users.
      Parameters:
      value - Value to set for the displayName property.
    • setLightBackgroundLogo

      public void setLightBackgroundLogo(@Nullable MimeContent value)
      Sets the lightBackgroundLogo property value. Logo image displayed in Company Portal apps which have a light background behind the logo.
      Parameters:
      value - Value to set for the lightBackgroundLogo property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setOnlineSupportSiteName

      public void setOnlineSupportSiteName(@Nullable String value)
      Sets the onlineSupportSiteName property value. Display name of the company/organizations IT helpdesk site.
      Parameters:
      value - Value to set for the onlineSupportSiteName property.
    • setOnlineSupportSiteUrl

      public void setOnlineSupportSiteUrl(@Nullable String value)
      Sets the onlineSupportSiteUrl property value. URL to the company/organizations IT helpdesk site.
      Parameters:
      value - Value to set for the onlineSupportSiteUrl property.
    • setPrivacyUrl

      public void setPrivacyUrl(@Nullable String value)
      Sets the privacyUrl property value. URL to the company/organizations privacy policy.
      Parameters:
      value - Value to set for the privacyUrl property.
    • setShowDisplayNameNextToLogo

      public void setShowDisplayNameNextToLogo(@Nullable Boolean value)
      Sets the showDisplayNameNextToLogo property value. Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
      Parameters:
      value - Value to set for the showDisplayNameNextToLogo property.
    • setShowLogo

      public void setShowLogo(@Nullable Boolean value)
      Sets the showLogo property value. Boolean that represents whether the administrator-supplied logo images are shown or not shown.
      Parameters:
      value - Value to set for the showLogo property.
    • setShowNameNextToLogo

      public void setShowNameNextToLogo(@Nullable Boolean value)
      Sets the showNameNextToLogo property value. Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.
      Parameters:
      value - Value to set for the showNameNextToLogo property.
    • setThemeColor

      public void setThemeColor(@Nullable RgbColor value)
      Sets the themeColor property value. Primary theme color used in the Company Portal applications and web portal.
      Parameters:
      value - Value to set for the themeColor property.