Package com.braintrustdata.api.models
Class OrganizationUpdateParams.Body
-
- All Implemented Interfaces:
public final class OrganizationUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>apiUrl()final Optional<Boolean>isUniversalApi()final Optional<String>name()Name of the organization final Optional<String>proxyUrl()final Optional<String>realtimeUrl()final JsonField<String>_apiUrl()Returns the raw JSON value of apiUrl. final JsonField<Boolean>_isUniversalApi()Returns the raw JSON value of isUniversalApi. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_proxyUrl()Returns the raw JSON value of proxyUrl. final JsonField<String>_realtimeUrl()Returns the raw JSON value of realtimeUrl. final Map<String, JsonValue>_additionalProperties()final OrganizationUpdateParams.Body.BuildertoBuilder()final OrganizationUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OrganizationUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
isUniversalApi
final Optional<Boolean> isUniversalApi()
-
realtimeUrl
final Optional<String> realtimeUrl()
-
_apiUrl
final JsonField<String> _apiUrl()
Returns the raw JSON value of apiUrl.
Unlike apiUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_isUniversalApi
final JsonField<Boolean> _isUniversalApi()
Returns the raw JSON value of isUniversalApi.
Unlike isUniversalApi, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_proxyUrl
final JsonField<String> _proxyUrl()
Returns the raw JSON value of proxyUrl.
Unlike proxyUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_realtimeUrl
final JsonField<String> _realtimeUrl()
Returns the raw JSON value of realtimeUrl.
Unlike realtimeUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OrganizationUpdateParams.Body.Builder toBuilder()
-
validate
final OrganizationUpdateParams.Body validate()
-
builder
final static OrganizationUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-