Class CredentialListPageResponse
-
- All Implemented Interfaces:
public final class CredentialListPageResponseResponse containing a paginated list of credentials.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCredentialListPageResponse.BuilderA builder for CredentialListPageResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<BetaManagedAgentsCredential>>data()List of credentials. final Optional<String>nextPage()Pagination token for the next page, or null if no more results. final JsonField<List<BetaManagedAgentsCredential>>_data()Returns the raw JSON value of data. final JsonField<String>_nextPage()Returns the raw JSON value of nextPage. final Map<String, JsonValue>_additionalProperties()final CredentialListPageResponse.BuildertoBuilder()final CredentialListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CredentialListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CredentialListPageResponse. -
-
Method Detail
-
data
final Optional<List<BetaManagedAgentsCredential>> data()
List of credentials.
-
nextPage
final Optional<String> nextPage()
Pagination token for the next page, or null if no more results.
-
_data
final JsonField<List<BetaManagedAgentsCredential>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_nextPage
final JsonField<String> _nextPage()
Returns the raw JSON value of nextPage.
Unlike nextPage, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CredentialListPageResponse.Builder toBuilder()
-
validate
final CredentialListPageResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CredentialListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of CredentialListPageResponse.
-
-
-
-