Class MobileAppAssignment

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MobileAppAssignment
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • intent

      @SerializedName(value="intent", alternate="Intent") @Expose @Nullable public InstallIntent intent
      The Intent. The install intent defined by the admin. Possible values are: available, required, uninstall, availableWithoutEnrollment.
    • settings

      @SerializedName(value="settings", alternate="Settings") @Expose @Nullable public MobileAppAssignmentSettings settings
      The Settings. The settings for target assignment defined by the admin.
    • target

      @SerializedName(value="target", alternate="Target") @Expose @Nullable public DeviceAndAppManagementAssignmentTarget target
      The Target. The target group assignment defined by the admin.
  • Constructor Details

    • MobileAppAssignment

      public MobileAppAssignment()
  • 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