Class LibraryResourceInner

java.lang.Object
com.azure.core.management.ProxyResource

public final class LibraryResourceInner extends EntityResource
Library response details.
  • Constructor Details

    • LibraryResourceInner

      public LibraryResourceInner()
      Creates an instance of LibraryResourceInner class.
  • Method Details

    • namePropertiesName

      public String namePropertiesName()
      Get the name property: Name of the library.
      Returns:
      the name value.
    • withNamePropertiesName

      public LibraryResourceInner withNamePropertiesName(String name)
      Set the name property: Name of the library.
      Parameters:
      name - the name value to set.
      Returns:
      the LibraryResourceInner object itself.
    • path

      public String path()
      Get the path property: Storage blob path of library.
      Returns:
      the path value.
    • withPath

      public LibraryResourceInner withPath(String path)
      Set the path property: Storage blob path of library.
      Parameters:
      path - the path value to set.
      Returns:
      the LibraryResourceInner object itself.
    • containerName

      public String containerName()
      Get the containerName property: Storage blob container name.
      Returns:
      the containerName value.
    • withContainerName

      public LibraryResourceInner withContainerName(String containerName)
      Set the containerName property: Storage blob container name.
      Parameters:
      containerName - the containerName value to set.
      Returns:
      the LibraryResourceInner object itself.
    • uploadedTimestamp

      public OffsetDateTime uploadedTimestamp()
      Get the uploadedTimestamp property: The last update time of the library.
      Returns:
      the uploadedTimestamp value.
    • typePropertiesType

      public String typePropertiesType()
      Get the type property: Type of the library.
      Returns:
      the type value.
    • withTypePropertiesType

      public LibraryResourceInner withTypePropertiesType(String type)
      Set the type property: Type of the library.
      Parameters:
      type - the type value to set.
      Returns:
      the LibraryResourceInner object itself.
    • provisioningStatus

      public String provisioningStatus()
      Get the provisioningStatus property: Provisioning status of the library/package.
      Returns:
      the provisioningStatus value.
    • creatorId

      public String creatorId()
      Get the creatorId property: Creator Id of the library/package.
      Returns:
      the creatorId value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.