public static class ReferenceTablesApi.ListReferenceTableRowsOptionalParameters extends Object
| Constructor and Description |
|---|
ListReferenceTableRowsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTablesApi.ListReferenceTableRowsOptionalParameters |
pageContinuationToken(String pageContinuationToken)
Set pageContinuationToken.
|
ReferenceTablesApi.ListReferenceTableRowsOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
public ListReferenceTableRowsOptionalParameters()
public ReferenceTablesApi.ListReferenceTableRowsOptionalParameters pageLimit(Long pageLimit)
pageLimit - Number of rows to return per page. Defaults to 100, maximum is 1000.
(optional, default to 100)public ReferenceTablesApi.ListReferenceTableRowsOptionalParameters pageContinuationToken(String pageContinuationToken)
pageContinuationToken - Opaque cursor from the previous response's next link. Pass this
to retrieve the next page on the same consistent snapshot. (optional)Copyright © 2026. All rights reserved.