public class MobileApp extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
MobileAppAssignmentCollectionPage |
assignments
The Assignments.
|
MobileAppCategoryCollectionPage |
categories
The Categories.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
description
The Description.
|
java.lang.String |
developer
The Developer.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
informationUrl
The Information Url.
|
java.lang.Boolean |
isFeatured
The Is Featured.
|
MimeContent |
largeIcon
The Large Icon.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.String |
notes
The Notes.
|
java.lang.String |
owner
The Owner.
|
java.lang.String |
privacyInformationUrl
The Privacy Information Url.
|
java.lang.String |
publisher
The Publisher.
|
MobileAppPublishingState |
publishingState
The Publishing State.
|
Constructor and Description |
---|
MobileApp() |
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="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="description", alternate="Description") @Expose @Nullable public java.lang.String description
@SerializedName(value="developer", alternate="Developer") @Expose @Nullable public java.lang.String developer
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="informationUrl", alternate="InformationUrl") @Expose @Nullable public java.lang.String informationUrl
@SerializedName(value="isFeatured", alternate="IsFeatured") @Expose @Nullable public java.lang.Boolean isFeatured
@SerializedName(value="largeIcon", alternate="LargeIcon") @Expose @Nullable public MimeContent largeIcon
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="notes", alternate="Notes") @Expose @Nullable public java.lang.String notes
@SerializedName(value="owner", alternate="Owner") @Expose @Nullable public java.lang.String owner
@SerializedName(value="privacyInformationUrl", alternate="PrivacyInformationUrl") @Expose @Nullable public java.lang.String privacyInformationUrl
@SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public java.lang.String publisher
@SerializedName(value="publishingState", alternate="PublishingState") @Expose @Nullable public MobileAppPublishingState publishingState
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public MobileAppAssignmentCollectionPage assignments
@Nullable public MobileAppCategoryCollectionPage categories
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 Entity
serializer
- the serializerjson
- the JSON object to set this object to