public class IntuneBrand
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
contactITEmailAddress
The Contact ITEmail Address.
|
java.lang.String |
contactITName
The Contact ITName.
|
java.lang.String |
contactITNotes
The Contact ITNotes.
|
java.lang.String |
contactITPhoneNumber
The Contact ITPhone Number.
|
MimeContent |
darkBackgroundLogo
The Dark Background Logo.
|
java.lang.String |
displayName
The Display Name.
|
MimeContent |
lightBackgroundLogo
The Light Background Logo.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
onlineSupportSiteName
The Online Support Site Name.
|
java.lang.String |
onlineSupportSiteUrl
The Online Support Site Url.
|
java.lang.String |
privacyUrl
The Privacy Url.
|
java.lang.Boolean |
showDisplayNameNextToLogo
The Show Display Name Next To Logo.
|
java.lang.Boolean |
showLogo
The Show Logo.
|
java.lang.Boolean |
showNameNextToLogo
The Show Name Next To Logo.
|
RgbColor |
themeColor
The Theme Color.
|
Constructor and Description |
---|
IntuneBrand() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="contactITEmailAddress", alternate="ContactITEmailAddress") @Expose @Nullable public java.lang.String contactITEmailAddress
@SerializedName(value="contactITName", alternate="ContactITName") @Expose @Nullable public java.lang.String contactITName
@SerializedName(value="contactITNotes", alternate="ContactITNotes") @Expose @Nullable public java.lang.String contactITNotes
@SerializedName(value="contactITPhoneNumber", alternate="ContactITPhoneNumber") @Expose @Nullable public java.lang.String contactITPhoneNumber
@SerializedName(value="darkBackgroundLogo", alternate="DarkBackgroundLogo") @Expose @Nullable public MimeContent darkBackgroundLogo
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="lightBackgroundLogo", alternate="LightBackgroundLogo") @Expose @Nullable public MimeContent lightBackgroundLogo
@SerializedName(value="onlineSupportSiteName", alternate="OnlineSupportSiteName") @Expose @Nullable public java.lang.String onlineSupportSiteName
@SerializedName(value="onlineSupportSiteUrl", alternate="OnlineSupportSiteUrl") @Expose @Nullable public java.lang.String onlineSupportSiteUrl
@SerializedName(value="privacyUrl", alternate="PrivacyUrl") @Expose @Nullable public java.lang.String privacyUrl
@SerializedName(value="showDisplayNameNextToLogo", alternate="ShowDisplayNameNextToLogo") @Expose @Nullable public java.lang.Boolean showDisplayNameNextToLogo
@SerializedName(value="showLogo", alternate="ShowLogo") @Expose @Nullable public java.lang.Boolean showLogo
@SerializedName(value="showNameNextToLogo", alternate="ShowNameNextToLogo") @Expose @Nullable public java.lang.Boolean showNameNextToLogo
@SerializedName(value="themeColor", alternate="ThemeColor") @Expose @Nullable public RgbColor themeColor
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to