public class ManagedMobileLobApp extends ManagedApp implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
committedContentVersion
The Committed Content Version.
|
MobileAppContentCollectionPage |
contentVersions
The Content Versions.
|
java.lang.String |
fileName
The File Name.
|
java.lang.Long |
size
The Size.
|
appAvailability, versionassignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
ManagedMobileLobApp() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="committedContentVersion",
alternate="CommittedContentVersion")
@Expose
public java.lang.String committedContentVersion
@SerializedName(value="fileName",
alternate="FileName")
@Expose
public java.lang.String fileName
@SerializedName(value="size",
alternate="Size")
@Expose
public java.lang.Long size
@SerializedName(value="contentVersions",
alternate="ContentVersions")
@Expose
public MobileAppContentCollectionPage contentVersions
public com.google.gson.JsonObject getRawObject()
getRawObject in class ManagedAppprotected ISerializer getSerializer()
getSerializer in class ManagedApppublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ManagedAppserializer - the serializerjson - the JSON object to set this object to