Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Assigned Date Time.The Capability Status.the OData type of the object as returned by the serviceThe Service.The Service Plan Id. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
assignedDateTime
@SerializedName(value="assignedDateTime", alternate="AssignedDateTime") @Expose @Nullable public OffsetDateTime assignedDateTimeThe Assigned Date Time. The date and time at which the plan was assigned. 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 capabilityStatusThe Capability Status. Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. -
service
The Service. The name of the service; for example, exchange. -
servicePlanId
@SerializedName(value="servicePlanId", alternate="ServicePlanId") @Expose @Nullable public UUID servicePlanIdThe 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 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-