Class VersionListPageResponse
-
- All Implemented Interfaces:
public final class VersionListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVersionListPageResponse.BuilderA builder for VersionListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<VersionListResponse>data()List of skill versions. final BooleanhasMore()Indicates if there are more results in the requested page direction. final Optional<String>nextPage()Token to provide in as pagein the subsequent request to retrieve the next page of data.final JsonField<List<VersionListResponse>>_data()Returns the raw JSON value of data. final JsonField<Boolean>_hasMore()Returns the raw JSON value of hasMore. final JsonField<String>_nextPage()Returns the raw JSON value of nextPage. final Map<String, JsonValue>_additionalProperties()final VersionListPageResponse.BuildertoBuilder()final VersionListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VersionListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of VersionListPageResponse. -
-
Method Detail
-
data
final List<VersionListResponse> data()
List of skill versions.
-
hasMore
final Boolean hasMore()
Indicates if there are more results in the requested page direction.
-
nextPage
final Optional<String> nextPage()
Token to provide in as
pagein the subsequent request to retrieve the next page of data.
-
_data
final JsonField<List<VersionListResponse>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_hasMore
final JsonField<Boolean> _hasMore()
Returns the raw JSON value of hasMore.
Unlike hasMore, 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 VersionListPageResponse.Builder toBuilder()
-
validate
final VersionListPageResponse 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 VersionListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of VersionListPageResponse.
The following fields are required:
.data() .hasMore() .nextPage()
-
-
-
-