public static class KeyManagementApi.ListAPIKeysOptionalParameters extends Object
| Constructor and Description |
|---|
ListAPIKeysOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
KeyManagementApi.ListAPIKeysOptionalParameters |
filter(String filter)
Set filter.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
filterCreatedAtEnd(String filterCreatedAtEnd)
Set filterCreatedAtEnd.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
filterCreatedAtStart(String filterCreatedAtStart)
Set filterCreatedAtStart.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
filterModifiedAtEnd(String filterModifiedAtEnd)
Set filterModifiedAtEnd.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
filterModifiedAtStart(String filterModifiedAtStart)
Set filterModifiedAtStart.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
include(String include)
Set include.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
pageNumber(Long pageNumber)
Set pageNumber.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
KeyManagementApi.ListAPIKeysOptionalParameters |
sort(APIKeysSort sort)
Set sort.
|
public KeyManagementApi.ListAPIKeysOptionalParameters pageSize(Long pageSize)
pageSize - Size for a given page. The maximum allowed value is 5000. (optional, default
to 10)public KeyManagementApi.ListAPIKeysOptionalParameters pageNumber(Long pageNumber)
pageNumber - Specific page number to return. (optional, default to 0)public KeyManagementApi.ListAPIKeysOptionalParameters sort(APIKeysSort sort)
sort - API key attribute used to sort results. Sort order is ascending by default. In
order to specify a descending sort, prefix the attribute with a minus sign. (optional,
default to "name")public KeyManagementApi.ListAPIKeysOptionalParameters filter(String filter)
filter - Filter API keys by the specified string. (optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterCreatedAtStart(String filterCreatedAtStart)
filterCreatedAtStart - Only include API keys created on or after the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterCreatedAtEnd(String filterCreatedAtEnd)
filterCreatedAtEnd - Only include API keys created on or before the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterModifiedAtStart(String filterModifiedAtStart)
filterModifiedAtStart - Only include API keys modified on or after the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters filterModifiedAtEnd(String filterModifiedAtEnd)
filterModifiedAtEnd - Only include API keys modified on or before the specified date.
(optional)public KeyManagementApi.ListAPIKeysOptionalParameters include(String include)
include - Comma separated list of resource paths for related resources to include in the
response. Supported resource paths are created_by and modified_by
. (optional)Copyright © 2023. All rights reserved.