Class StreamPaginationAttribute

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

@API(status=EXPERIMENTAL) public class StreamPaginationAttribute extends Object
Stream Pagination Attribute model to be used in stream pagination methods provided by bdk services class.
  • Constructor Details

    • StreamPaginationAttribute

      public StreamPaginationAttribute(@Nonnull Integer chunkSize, @Nonnull Integer totalSize)