Class Queues

    • Field Detail

      • EMPTY

        public static final Queues EMPTY
    • Method Detail

      • nextListQueuesOptions

        public ListQueuesOptions nextListQueuesOptions()
        Only call this method if nextMarker().isPresent() returns true.
        Returns:
        The options necessary to get the next page of queues.
      • nextMarker

        public com.google.common.base.Optional<Object> nextMarker()
        Description copied from class: IterableWithMarker
        If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value
        Overrides:
        nextMarker in class PaginatedCollection<Queue>
        Returns:
        next marker, or absent if list is complete