public class MobileLobApp extends MobileApp 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.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState
Constructor and Description |
---|
MobileLobApp() |
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.IJsonBackedObject
setRawObject
in class MobileApp
serializer
- the serializerjson
- the JSON object to set this object to