Class AssignedPlan

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

public class AssignedPlan extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Assigned Plan.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • assignedDateTime

      @SerializedName(value="assignedDateTime", alternate="AssignedDateTime") @Expose @Nullable public OffsetDateTime assignedDateTime
      The Assigned Date Time. The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • capabilityStatus

      @SerializedName(value="capabilityStatus", alternate="CapabilityStatus") @Expose @Nullable public String capabilityStatus
      The Capability Status. Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut.
    • service

      @SerializedName(value="service", alternate="Service") @Expose @Nullable public String service
      The Service. The name of the service; for example, exchange.
    • servicePlanId

      @SerializedName(value="servicePlanId", alternate="ServicePlanId") @Expose @Nullable public UUID servicePlanId
      The Service Plan Id. A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing.
  • Constructor Details

    • AssignedPlan

      public AssignedPlan()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to