public interface IPaginatedResponse<TDomainObject>
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<TDomainObject> |
getDomainObjects() |
Integer |
getTotalCount() |
Integer getTotalCount()
String getCursor()
List<TDomainObject> getDomainObjects()
Copyright © 2022. All rights reserved.