Package org.apache.polaris.service.types
Class ListPoliciesResponse
java.lang.Object
org.apache.polaris.service.types.ListPoliciesResponse
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:55.320737337Z[UTC]",
comments="Generator version: 7.12.0")
public class ListPoliciesResponse
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListPoliciesResponse(String nextPageToken, Set<@Valid PolicyIdentifier> identifiers) -
Method Summary
Modifier and TypeMethodDescriptionstatic ListPoliciesResponse.Builderbuilder()booleanSet<@Valid PolicyIdentifier> An opaque token that allows clients to make use of pagination for list APIs (e.g.inthashCode()toString()
-
Constructor Details
-
ListPoliciesResponse
-
-
Method Details
-
getNextPageToken
An opaque token that allows clients to make use of pagination for list APIs (e.g. ListTables). Clients may initiate the first paginated request by sending an empty query parameter `pageToken` to the server. Servers that support pagination should identify the `pageToken` parameter and return a `next-page-token` in the response if there are more results available. After the initial request, the value of `next-page-token` from each response must be used as the `pageToken` parameter value for the next request. The server must return `null` value for the `next-page-token` in the last response. Servers that support pagination must return all results in a single response with the value of `next-page-token` set to `null` if the query parameter `pageToken` is not set in the request. Servers that do not support pagination should ignore the `pageToken` parameter and return all results in a single response. The `next-page-token` must be omitted from the response. Clients must interpret either `null` or missing response value of `next-page-token` as the end of the listing results. -
getIdentifiers
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-