Class Organization
-
- All Implemented Interfaces:
public final class Organization
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganization.BuilderA builder for Organization.
-
Method Summary
Modifier and Type Method Description final Stringid()Unique identifier for the organization final Stringname()Name of the organization final Optional<String>apiUrl()final Optional<OffsetDateTime>created()Date of organization creation final Optional<Boolean>isUniversalApi()final Optional<String>proxyUrl()final Optional<String>realtimeUrl()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_apiUrl()Returns the raw JSON value of apiUrl. final JsonField<OffsetDateTime>_created()Returns the raw JSON value of created. final JsonField<Boolean>_isUniversalApi()Returns the raw JSON value of isUniversalApi. 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 Organization.BuildertoBuilder()final Organizationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Organization.Builderbuilder()Returns a mutable builder for constructing an instance of Organization. -
-
Method Detail
-
created
final Optional<OffsetDateTime> created()
Date of organization creation
-
isUniversalApi
final Optional<Boolean> isUniversalApi()
-
realtimeUrl
final Optional<String> realtimeUrl()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, 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.
-
_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.
-
_created
final JsonField<OffsetDateTime> _created()
Returns the raw JSON value of created.
Unlike created, 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.
-
_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 Organization.Builder toBuilder()
-
validate
final Organization validate()
-
builder
final static Organization.Builder builder()
Returns a mutable builder for constructing an instance of Organization.
The following fields are required:
.id() .name()
-
-
-
-