public class ApplicationTemplate extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
categories
The Categories.
|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
homePageUrl
The Home Page Url.
|
java.lang.String |
logoUrl
The Logo Url.
|
java.lang.String |
publisher
The Publisher.
|
java.util.List<java.lang.String> |
supportedProvisioningTypes
The Supported Provisioning Types.
|
java.util.List<java.lang.String> |
supportedSingleSignOnModes
The Supported Single Sign On Modes.
|
| Constructor and Description |
|---|
ApplicationTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="categories",
alternate="Categories")
@Expose
@Nullable
public java.util.List<java.lang.String> categories
@SerializedName(value="description",
alternate="Description")
@Expose
@Nullable
public java.lang.String description
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="homePageUrl",
alternate="HomePageUrl")
@Expose
@Nullable
public java.lang.String homePageUrl
@SerializedName(value="logoUrl",
alternate="LogoUrl")
@Expose
@Nullable
public java.lang.String logoUrl
@SerializedName(value="publisher",
alternate="Publisher")
@Expose
@Nullable
public java.lang.String publisher
@SerializedName(value="supportedProvisioningTypes",
alternate="SupportedProvisioningTypes")
@Expose
@Nullable
public java.util.List<java.lang.String> supportedProvisioningTypes
@SerializedName(value="supportedSingleSignOnModes",
alternate="SupportedSingleSignOnModes")
@Expose
@Nullable
public java.util.List<java.lang.String> supportedSingleSignOnModes
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to