public static class RestPagingProvider.PaginationResponse extends Object
| Constructor and Description |
|---|
PaginationResponse(org.mule.runtime.api.metadata.TypedValue<String> fullPage,
HttpResponseAttributes attributes,
List<org.mule.runtime.api.metadata.TypedValue<String>> items) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseAttributes |
getAttributes() |
org.mule.runtime.api.metadata.TypedValue<String> |
getFullPage() |
List<org.mule.runtime.api.metadata.TypedValue<String>> |
getItems() |
public PaginationResponse(org.mule.runtime.api.metadata.TypedValue<String> fullPage, HttpResponseAttributes attributes, List<org.mule.runtime.api.metadata.TypedValue<String>> items)
public org.mule.runtime.api.metadata.TypedValue<String> getFullPage()
public HttpResponseAttributes getAttributes()
Copyright © 2023. All rights reserved.