Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Applies To.the OData type of the object as returned by the serviceThe Provisioning Status.The Service Plan Id.The Service Plan Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
appliesTo
The Applies To. The object the service plan can be assigned to. Possible values:'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 provisioningStatusThe Provisioning Status. The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'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 servicePlanIdThe Service Plan Id. The unique identifier of the service plan. -
servicePlanName
@SerializedName(value="servicePlanName", alternate="ServicePlanName") @Expose @Nullable public String servicePlanNameThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-