Package com.microsoft.graph.models
Class UnifiedStorageQuota
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedStorageQuota
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class UnifiedStorageQuota
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnifiedStorageQuota
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the deleted property value.The deserialization information for the current modelGets the manageWebUrl property value.Gets the remaining property value.Gets the services property value.getState()
Gets the state property value.getTotal()
Gets the total property value.getUsed()
Gets the used property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setDeleted
(Long value) Sets the deleted property value.void
setManageWebUrl
(String value) Sets the manageWebUrl property value.void
setRemaining
(Long value) Sets the remaining property value.void
Sets the services property value.void
Sets the state property value.void
Sets the total property value.void
Sets the used property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
UnifiedStorageQuota
public UnifiedStorageQuota()Instantiates a newUnifiedStorageQuota
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static UnifiedStorageQuota createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
UnifiedStorageQuota
-
getDeleted
Gets the deleted property value. The deleted property- Returns:
- a
Long
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getManageWebUrl
Gets the manageWebUrl property value. The manageWebUrl property- Returns:
- a
String
-
getRemaining
Gets the remaining property value. The remaining property- Returns:
- a
Long
-
getServices
Gets the services property value. The services property- Returns:
- a
List<ServiceStorageQuotaBreakdown>
-
getState
Gets the state property value. The state property- Returns:
- a
String
-
getTotal
Gets the total property value. The total property- Returns:
- a
Long
-
getUsed
Gets the used property value. The used property- Returns:
- a
Long
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setDeleted
Sets the deleted property value. The deleted property- Parameters:
value
- Value to set for the deleted property.
-
setManageWebUrl
Sets the manageWebUrl property value. The manageWebUrl property- Parameters:
value
- Value to set for the manageWebUrl property.
-
setRemaining
Sets the remaining property value. The remaining property- Parameters:
value
- Value to set for the remaining property.
-
setServices
Sets the services property value. The services property- Parameters:
value
- Value to set for the services property.
-
setState
Sets the state property value. The state property- Parameters:
value
- Value to set for the state property.
-
setTotal
Sets the total property value. The total property- Parameters:
value
- Value to set for the total property.
-
setUsed
Sets the used property value. The used property- Parameters:
value
- Value to set for the used property.
-