public class AndroidLobApp extends MobileLobApp implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AndroidMinimumOperatingSystem |
minimumSupportedOperatingSystem
The Minimum Supported Operating System.
|
java.lang.String |
packageId
The Package Id.
|
java.lang.String |
versionCode
The Version Code.
|
java.lang.String |
versionName
The Version Name.
|
committedContentVersion, contentVersions, fileName, sizeassignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
AndroidLobApp() |
| 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="minimumSupportedOperatingSystem",
alternate="MinimumSupportedOperatingSystem")
@Expose
@Nullable
public AndroidMinimumOperatingSystem minimumSupportedOperatingSystem
@SerializedName(value="packageId",
alternate="PackageId")
@Expose
@Nullable
public java.lang.String packageId
@SerializedName(value="versionCode",
alternate="VersionCode")
@Expose
@Nullable
public java.lang.String versionCode
@SerializedName(value="versionName",
alternate="VersionName")
@Expose
@Nullable
public java.lang.String versionName
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 MobileLobAppserializer - the serializerjson - the JSON object to set this object to