Class CursorPaginationAttribute

java.lang.Object
com.symphony.bdk.core.service.pagination.model.CursorPaginationAttribute

@API(status=STABLE) public class CursorPaginationAttribute extends Object
Pagination Attribute model to be used in default pagination methods provided by bdk services class.
  • Constructor Details

    • CursorPaginationAttribute

      public CursorPaginationAttribute(@Nonnull Integer before, @Nonnull Integer after, @Nonnull Integer limit)