Package dev.case.api.models.voice.v1
Class V1ListVoicesResponse
-
- All Implemented Interfaces:
public final class V1ListVoicesResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListVoicesResponse.BuilderA builder for V1ListVoicesResponse.
public final classV1ListVoicesResponse.Voice
-
Method Summary
Modifier and Type Method Description final Optional<String>nextPageToken()Token for next page of results final Optional<Long>totalCount()Total number of voices (if requested) final Optional<List<V1ListVoicesResponse.Voice>>voices()final JsonField<String>_nextPageToken()Returns the raw JSON value of nextPageToken. final JsonField<Long>_totalCount()Returns the raw JSON value of totalCount. final JsonField<List<V1ListVoicesResponse.Voice>>_voices()Returns the raw JSON value of voices. final Map<String, JsonValue>_additionalProperties()final V1ListVoicesResponse.BuildertoBuilder()final V1ListVoicesResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ListVoicesResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1ListVoicesResponse. -
-
Method Detail
-
nextPageToken
final Optional<String> nextPageToken()
Token for next page of results
-
totalCount
final Optional<Long> totalCount()
Total number of voices (if requested)
-
voices
final Optional<List<V1ListVoicesResponse.Voice>> voices()
-
_nextPageToken
final JsonField<String> _nextPageToken()
Returns the raw JSON value of nextPageToken.
Unlike nextPageToken, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCount
final JsonField<Long> _totalCount()
Returns the raw JSON value of totalCount.
Unlike totalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_voices
final JsonField<List<V1ListVoicesResponse.Voice>> _voices()
Returns the raw JSON value of voices.
Unlike voices, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1ListVoicesResponse.Builder toBuilder()
-
validate
final V1ListVoicesResponse 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 V1ListVoicesResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1ListVoicesResponse.
-
-
-
-