Package com.microsoft.graph.models
Class Quota
java.lang.Object
com.microsoft.graph.models.Quota
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Quota.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Deleted.the OData type of the object as returned by the serviceThe Remaining.The State.The Storage Plan Information.The Total.The Used. -
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 -
deleted
The Deleted. Total space consumed by files in the recycle bin, in bytes. Read-only. -
remaining
The Remaining. Total space remaining before reaching the quota limit, in bytes. Read-only. -
state
The State. Enumeration value that indicates the state of the storage space. Read-only. -
storagePlanInformation
@SerializedName(value="storagePlanInformation", alternate="StoragePlanInformation") @Expose @Nullable public StoragePlanInformation storagePlanInformationThe Storage Plan Information. Information about the drive's storage quota plans. Only in Personal OneDrive. -
total
The Total. Total allowed storage space, in bytes. Read-only. -
used
The Used. Total space used, in bytes. Read-only.
-
-
Constructor Details
-
Quota
public Quota()
-
-
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
-