Class V1ListVoicesResponse.Builder
-
- All Implemented Interfaces:
public final class V1ListVoicesResponse.BuilderA builder for V1ListVoicesResponse.
-
-
Method Summary
-
-
Method Detail
-
nextPageToken
final V1ListVoicesResponse.Builder nextPageToken(String nextPageToken)
Token for next page of results
-
nextPageToken
final V1ListVoicesResponse.Builder nextPageToken(JsonField<String> nextPageToken)
Sets Builder.nextPageToken to an arbitrary JSON value.
You should usually call Builder.nextPageToken with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
totalCount
final V1ListVoicesResponse.Builder totalCount(Long totalCount)
Total number of voices (if requested)
-
totalCount
final V1ListVoicesResponse.Builder totalCount(JsonField<Long> totalCount)
Sets Builder.totalCount to an arbitrary JSON value.
You should usually call Builder.totalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
voices
final V1ListVoicesResponse.Builder voices(List<V1ListVoicesResponse.Voice> voices)
-
voices
final V1ListVoicesResponse.Builder voices(JsonField<List<V1ListVoicesResponse.Voice>> voices)
Sets Builder.voices to an arbitrary JSON value.
You should usually call Builder.voices with a well-typed
List<Voice>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addVoice
final V1ListVoicesResponse.Builder addVoice(V1ListVoicesResponse.Voice voice)
-
additionalProperties
final V1ListVoicesResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1ListVoicesResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1ListVoicesResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1ListVoicesResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1ListVoicesResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1ListVoicesResponse build()
Returns an immutable instance of V1ListVoicesResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-