Interface ReadStorageResponse

All Superinterfaces:
Operation, Response<ReadStorageRequest>, Serializable, StorageResponse<ReadStorageRequest>

public interface ReadStorageResponse extends StorageResponse<ReadStorageRequest>
Response that contains the ContentItem that was specified in the request URI

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.

  • Method Details

    • getContentItem

      @Nullable ContentItem getContentItem()
      Returns a ContentItem representing a file associated with a Metacard, or null if absent.
      Returns:
      ContentItem