public class ManagedMobileLobApp extends ManagedApp implements com.microsoft.graph.serializer.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 |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="committedContentVersion",
alternate="CommittedContentVersion")
@Expose
@Nullable
public java.lang.String committedContentVersion
@SerializedName(value="fileName",
alternate="FileName")
@Expose
@Nullable
public java.lang.String fileName
@SerializedName(value="size",
alternate="Size")
@Expose
@Nullable
public java.lang.Long size
@SerializedName(value="contentVersions",
alternate="ContentVersions")
@Expose
@Nullable
public MobileAppContentCollectionPage contentVersions
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 ManagedAppserializer - the serializerjson - the JSON object to set this object to