Class UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder
-
- All Implemented Interfaces:
public final class UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.BuilderA builder for Amount.
-
-
Method Summary
-
-
Method Detail
-
currency
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder currency(String currency)
Lowercase ISO-4217 currency e.g. "usd"
-
currency
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder currency(JsonField<String> currency)
Sets Builder.currency to an arbitrary JSON value.
You should usually call Builder.currency with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
value
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder value(Double value)
The numeric value of the cost.
-
value
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder value(JsonField<Double> value)
Sets Builder.value to an arbitrary JSON value.
You should usually call Builder.value with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UsageAudioSpeechesResponse.Data.Result.OrganizationCostsResult.Amount build()
Returns an immutable instance of Amount.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-