Class ListAssetSharesResponse<T>


  • public class ListAssetSharesResponse<T>
    extends java.lang.Object
    • Constructor Detail

      • ListAssetSharesResponse

        public ListAssetSharesResponse()
    • Method Detail

      • getLastKey

        public java.lang.String getLastKey()
        Gets the token for retrieving the next page of results.
        Returns:
        the last key
      • setLastKey

        public ListAssetSharesResponse<T> setLastKey​(java.lang.String lastKey)
        Sets the token for retrieving the next page of results.
        Parameters:
        lastKey - the last key
        Returns:
        this ListAssetSharesResponse instance for method chaining
      • hasMorePages

        public boolean hasMorePages()
        Checks if there are more pages available.
        Returns:
        true if there are more pages (lastKey is not null and not empty), false otherwise
      • getItems

        public java.util.List<T> getItems()
        Gets the list of items.
        Returns:
        the items
      • setItems

        public ListAssetSharesResponse<T> setItems​(java.util.List<T> items)
        Sets the list of items.
        Parameters:
        items - the items
        Returns:
        this ListAssetSharesResponse instance for method chaining