Class FileStorageContainerType

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.FileStorageContainerType
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class FileStorageContainerType extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • FileStorageContainerType

      public FileStorageContainerType()
      Instantiates a new FileStorageContainerType and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static FileStorageContainerType 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 FileStorageContainerType
    • getBillingClassification

      @Nullable public FileStorageContainerBillingClassification getBillingClassification()
      Gets the billingClassification property value. The billingClassification property
      Returns:
      a FileStorageContainerBillingClassification
    • getBillingStatus

      @Nullable public FileStorageContainerBillingStatus getBillingStatus()
      Gets the billingStatus property value. The billingStatus property
      Returns:
      a FileStorageContainerBillingStatus
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. The creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
      Returns:
      a OffsetDateTime
    • getEtag

      @Nullable public String getEtag()
      Gets the etag property value. Used in update scenarios for optimistic concurrency control. Read-only.
      Returns:
      a String
    • getExpirationDateTime

      @Nullable public OffsetDateTime getExpirationDateTime()
      Gets the expirationDateTime property value. The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
      Returns:
      a OffsetDateTime
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getName

      @Nullable public String getName()
      Gets the name property value. The name of the fileStorageContainerType.
      Returns:
      a String
    • getOwningAppId

      @Nullable public UUID getOwningAppId()
      Gets the owningAppId property value. ID of the application that owns the fileStorageContainerType.
      Returns:
      a UUID
    • getSettings

      @Nullable public FileStorageContainerTypeSettings getSettings()
      Gets the settings property value. The settings property
      Returns:
      a FileStorageContainerTypeSettings
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setBillingClassification

      public void setBillingClassification(@Nullable FileStorageContainerBillingClassification value)
      Sets the billingClassification property value. The billingClassification property
      Parameters:
      value - Value to set for the billingClassification property.
    • setBillingStatus

      public void setBillingStatus(@Nullable FileStorageContainerBillingStatus value)
      Sets the billingStatus property value. The billingStatus property
      Parameters:
      value - Value to set for the billingStatus property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. The creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setEtag

      public void setEtag(@Nullable String value)
      Sets the etag property value. Used in update scenarios for optimistic concurrency control. Read-only.
      Parameters:
      value - Value to set for the etag property.
    • setExpirationDateTime

      public void setExpirationDateTime(@Nullable OffsetDateTime value)
      Sets the expirationDateTime property value. The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
      Parameters:
      value - Value to set for the expirationDateTime property.
    • setName

      public void setName(@Nullable String value)
      Sets the name property value. The name of the fileStorageContainerType.
      Parameters:
      value - Value to set for the name property.
    • setOwningAppId

      public void setOwningAppId(@Nullable UUID value)
      Sets the owningAppId property value. ID of the application that owns the fileStorageContainerType.
      Parameters:
      value - Value to set for the owningAppId property.
    • setSettings

      public void setSettings(@Nullable FileStorageContainerTypeSettings value)
      Sets the settings property value. The settings property
      Parameters:
      value - Value to set for the settings property.