Class MobileApp

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MobileApp
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
AndroidStoreApp, IosStoreApp, IosVppApp, MacOSMicrosoftEdgeApp, MacOSOfficeSuiteApp, ManagedApp, MicrosoftStoreForBusinessApp, MobileLobApp, WebApp

public class MobileApp extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mobile App.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time the app was created.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the app.
    • developer

      @SerializedName(value="developer", alternate="Developer") @Expose @Nullable public String developer
      The Developer. The developer of the app.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The admin provided or imported title of the app.
    • informationUrl

      @SerializedName(value="informationUrl", alternate="InformationUrl") @Expose @Nullable public String informationUrl
      The Information Url. The more information Url.
    • isFeatured

      @SerializedName(value="isFeatured", alternate="IsFeatured") @Expose @Nullable public Boolean isFeatured
      The Is Featured. The value indicating whether the app is marked as featured by the admin.
    • largeIcon

      @SerializedName(value="largeIcon", alternate="LargeIcon") @Expose @Nullable public MimeContent largeIcon
      The Large Icon. The large icon, to be displayed in the app details and used for upload of the icon.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time the app was last modified.
    • notes

      @SerializedName(value="notes", alternate="Notes") @Expose @Nullable public String notes
      The Notes. Notes for the app.
    • owner

      @SerializedName(value="owner", alternate="Owner") @Expose @Nullable public String owner
      The Owner. The owner of the app.
    • privacyInformationUrl

      @SerializedName(value="privacyInformationUrl", alternate="PrivacyInformationUrl") @Expose @Nullable public String privacyInformationUrl
      The Privacy Information Url. The privacy statement Url.
    • publisher

      @SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public String publisher
      The Publisher. The publisher of the app.
    • publishingState

      @SerializedName(value="publishingState", alternate="PublishingState") @Expose @Nullable public MobileAppPublishingState publishingState
      The Publishing State. The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published.
    • assignments

      @SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public MobileAppAssignmentCollectionPage assignments
      The Assignments. The list of group assignments for this mobile app.
    • categories

      @Nullable public MobileAppCategoryCollectionPage categories
      The Categories. The list of categories for this app.
  • Constructor Details

    • MobileApp

      public MobileApp()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to