Class ExecutionsResponse


  • public class ExecutionsResponse
    extends Object
    The execution headers response.
    • Method Detail

      • getTotal

        public int getTotal()
        Gets the total number of items returned.
        Returns:
        The total number of items returned.
      • getLimit

        public int getLimit()
        Gets the requested limit.
        Returns:
        The maximum number of items to be returned.
      • getOffset

        public int getOffset()
        Gets the starting offset for the pagination.
        Returns:
        The pagination offset.