Interface ShareFileItemProperties


public interface ShareFileItemProperties
Share item properties for items on a listing operation.
  • Method Details

    • getCreatedOn

      OffsetDateTime getCreatedOn()
      Gets the datetime this item was created.
      Returns:
      Datetime this item was created.
    • getLastAccessedOn

      OffsetDateTime getLastAccessedOn()
      Gets the datetime this item was last accessed.
      Returns:
      Datetime this item was last accessed.
    • getLastWrittenOn

      OffsetDateTime getLastWrittenOn()
      Gets the datetime this item was last written.
      Returns:
      Datetime this item was last written.
    • getChangedOn

      OffsetDateTime getChangedOn()
      Gets the datetime this item was last changed.
      Returns:
      Datetime this item was last changed.
    • getLastModified

      OffsetDateTime getLastModified()
      Gets the datetime this item was last modified.
      Returns:
      Datetime this item was last modified.
    • getETag

      String getETag()
      Gets the ETag of this item.
      Returns:
      ETag of this item.