Class LibraryResourceInner


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

      • LibraryResourceInner

        public LibraryResourceInner()
    • Method Detail

      • 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.
      • withUploadedTimestamp

        public LibraryResourceInner withUploadedTimestamp​(OffsetDateTime uploadedTimestamp)
        Set the uploadedTimestamp property: The last update time of the library.
        Parameters:
        uploadedTimestamp - the uploadedTimestamp value to set.
        Returns:
        the LibraryResourceInner object itself.
      • 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.