public class ManagedApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ManagedAppAvailability |
appAvailability
The App Availability.
|
java.lang.String |
version
The Version.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState
Constructor and Description |
---|
ManagedApp() |
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="appAvailability", alternate="AppAvailability") @Expose @Nullable public ManagedAppAvailability appAvailability
@SerializedName(value="version", alternate="Version") @Expose @Nullable public java.lang.String version
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class MobileApp
serializer
- the serializerjson
- the JSON object to set this object to