Class ActivityPagedResponse

Object
PagedResponse<Activity>
ActivityPagedResponse
All Implemented Interfaces:
Serializable

public class ActivityPagedResponse extends PagedResponse<Activity>
See Also:
  • Constructor Details

    • ActivityPagedResponse

      public ActivityPagedResponse()
  • Method Details

    • getTotal

      @Deprecated(since="2024.02", forRemoval=true) public long getTotal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      A placeholder value that should not be relied on, for performance reasons activities are not actually counted.
      Description copied from class: PagedResponse
      Returns the total number of results.
      Overrides:
      getTotal in class PagedResponse<Activity>
      Returns:
      the total number of results
    • getOffset

      @Deprecated(since="2024.02", forRemoval=true) public long getOffset()
      Deprecated, for removal: This API element is subject to removal in a future version.
      A copy of the offset request parameter.
      Description copied from class: PagedResponse
      Returns the offset for the results.
      Overrides:
      getOffset in class PagedResponse<Activity>
      Returns:
      the offset for the results
    • getLimit

      @Deprecated(since="2024.02", forRemoval=true) public long getLimit()
      Deprecated, for removal: This API element is subject to removal in a future version.
      A copy of the limit request parameter.
      Description copied from class: PagedResponse
      Returns the maximum number of results to be returned.
      Overrides:
      getLimit in class PagedResponse<Activity>
      Returns:
      the maximum number of results to be returned