Class ServicePlanInfo

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

public class ServicePlanInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Service Plan Info.
  • Field Details

    • oDataType

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

      @SerializedName(value="appliesTo", alternate="AppliesTo") @Expose @Nullable public String appliesTo
      The Applies To. The object the service plan can be assigned to. The possible values are:User - service plan can be assigned to individual users.Company - service plan can be assigned to the entire tenant.
    • provisioningStatus

      @SerializedName(value="provisioningStatus", alternate="ProvisioningStatus") @Expose @Nullable public String provisioningStatus
      The Provisioning Status. The provisioning status of the service plan. The possible values are:Success - Service is fully provisioned.Disabled - Service has been disabled.ErrorStatus - The service plan has not been provisioned and is in an error state.PendingInput - Service is not yet provisioned; awaiting service confirmation.PendingActivation - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
    • servicePlanId

      @SerializedName(value="servicePlanId", alternate="ServicePlanId") @Expose @Nullable public UUID servicePlanId
      The Service Plan Id. The unique identifier of the service plan.
    • servicePlanName

      @SerializedName(value="servicePlanName", alternate="ServicePlanName") @Expose @Nullable public String servicePlanName
      The Service Plan Name. The name of the service plan.
  • Constructor Details

    • ServicePlanInfo

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