Class SubscriptionList
-
- All Implemented Interfaces:
public final class SubscriptionList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscriptionList.BuilderA builder for SubscriptionList.
-
Method Summary
Modifier and Type Method Description final Stringid()final Stringname()final Optional<String>created()final Optional<String>updated()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>_created()Returns the raw JSON value of created. final JsonField<String>_updated()Returns the raw JSON value of updated. final Map<String, JsonValue>_additionalProperties()final SubscriptionList.BuildertoBuilder()final SubscriptionListvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SubscriptionList.Builderbuilder()Returns a mutable builder for constructing an instance of SubscriptionList. -
-
Method Detail
-
_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.
-
_created
final JsonField<String> _created()
Returns the raw JSON value of created.
Unlike created, this method doesn't throw if the JSON field has an unexpected type.
-
_updated
final JsonField<String> _updated()
Returns the raw JSON value of updated.
Unlike updated, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SubscriptionList.Builder toBuilder()
-
validate
final SubscriptionList 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 SubscriptionList.Builder builder()
Returns a mutable builder for constructing an instance of SubscriptionList.
The following fields are required:
.id() .name()
-
-
-
-