Package com.microsoft.graph.models
Class IntuneBrand
java.lang.Object
com.microsoft.graph.models.IntuneBrand
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Intune Brand.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Contact ITEmail Address.The Contact ITName.The Contact ITNotes.The Contact ITPhone Number.The Dark Background Logo.The Display Name.The Light Background Logo.the OData type of the object as returned by the serviceThe Online Support Site Name.The Online Support Site Url.The Privacy Url.The Show Display Name Next To Logo.The Show Logo.The Show Name Next To Logo.The Theme Color. -
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 -
contactITEmailAddress
@SerializedName(value="contactITEmailAddress", alternate="ContactITEmailAddress") @Expose @Nullable public String contactITEmailAddressThe Contact ITEmail Address. Email address of the person/organization responsible for IT support. -
contactITName
@SerializedName(value="contactITName", alternate="ContactITName") @Expose @Nullable public String contactITNameThe Contact ITName. Name of the person/organization responsible for IT support. -
contactITNotes
@SerializedName(value="contactITNotes", alternate="ContactITNotes") @Expose @Nullable public String contactITNotesThe Contact ITNotes. Text comments regarding the person/organization responsible for IT support. -
contactITPhoneNumber
@SerializedName(value="contactITPhoneNumber", alternate="ContactITPhoneNumber") @Expose @Nullable public String contactITPhoneNumberThe Contact ITPhone Number. Phone number of the person/organization responsible for IT support. -
darkBackgroundLogo
@SerializedName(value="darkBackgroundLogo", alternate="DarkBackgroundLogo") @Expose @Nullable public MimeContent darkBackgroundLogoThe Dark Background Logo. Logo image displayed in Company Portal apps which have a dark background behind the logo. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Company/organization name that is displayed to end users. -
lightBackgroundLogo
@SerializedName(value="lightBackgroundLogo", alternate="LightBackgroundLogo") @Expose @Nullable public MimeContent lightBackgroundLogoThe Light Background Logo. Logo image displayed in Company Portal apps which have a light background behind the logo. -
onlineSupportSiteName
@SerializedName(value="onlineSupportSiteName", alternate="OnlineSupportSiteName") @Expose @Nullable public String onlineSupportSiteNameThe Online Support Site Name. Display name of the company/organization’s IT helpdesk site. -
onlineSupportSiteUrl
@SerializedName(value="onlineSupportSiteUrl", alternate="OnlineSupportSiteUrl") @Expose @Nullable public String onlineSupportSiteUrlThe Online Support Site Url. URL to the company/organization’s IT helpdesk site. -
privacyUrl
@SerializedName(value="privacyUrl", alternate="PrivacyUrl") @Expose @Nullable public String privacyUrlThe Privacy Url. URL to the company/organization’s privacy policy. -
showDisplayNameNextToLogo
@SerializedName(value="showDisplayNameNextToLogo", alternate="ShowDisplayNameNextToLogo") @Expose @Nullable public Boolean showDisplayNameNextToLogoThe Show Display Name Next To Logo. Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. -
showLogo
The Show Logo. Boolean that represents whether the administrator-supplied logo images are shown or not shown. -
showNameNextToLogo
@SerializedName(value="showNameNextToLogo", alternate="ShowNameNextToLogo") @Expose @Nullable public Boolean showNameNextToLogoThe Show Name Next To Logo. Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. -
themeColor
@SerializedName(value="themeColor", alternate="ThemeColor") @Expose @Nullable public RgbColor themeColorThe 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:
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
-