Class FileStorageContainerTypeRegistration

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

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

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static FileStorageContainerTypeRegistration 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 FileStorageContainerTypeRegistration
    • getApplicationPermissionGrants

      @Nullable public List<FileStorageContainerTypeAppPermissionGrant> getApplicationPermissionGrants()
      Gets the applicationPermissionGrants property value. Access privileges of applications on containers.
      Returns:
      a List<FileStorageContainerTypeAppPermissionGrant>
    • 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
    • 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 fileStorageContainerTypeRegistration. Read-only.
      Returns:
      a String
    • getOwningAppId

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

      @Nullable public OffsetDateTime getRegisteredDateTime()
      Gets the registeredDateTime property value. The registration 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
    • getSettings

      @Nullable public FileStorageContainerTypeRegistrationSettings getSettings()
      Gets the settings property value. The settings property
      Returns:
      a FileStorageContainerTypeRegistrationSettings
    • 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
    • setApplicationPermissionGrants

      public void setApplicationPermissionGrants(@Nullable List<FileStorageContainerTypeAppPermissionGrant> value)
      Sets the applicationPermissionGrants property value. Access privileges of applications on containers.
      Parameters:
      value - Value to set for the applicationPermissionGrants property.
    • 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.
    • 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 fileStorageContainerTypeRegistration. Read-only.
      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. Read-only.
      Parameters:
      value - Value to set for the owningAppId property.
    • setRegisteredDateTime

      public void setRegisteredDateTime(@Nullable OffsetDateTime value)
      Sets the registeredDateTime property value. The registration 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 registeredDateTime property.
    • setSettings

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