Class ListRetrieveResponse.Result
-
- All Implemented Interfaces:
public final class ListRetrieveResponse.Result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classListRetrieveResponse.Result.BuilderA builder for Result.
-
Method Summary
Modifier and Type Method Description final Stringid()final Stringcreated()The date/time of when the list was created. final Stringname()List name final Stringupdated()The date/time of when the list was updated. final Optional<RecipientPreferences>preferences()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_created()Returns the raw JSON value of created. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_updated()Returns the raw JSON value of updated. final JsonField<RecipientPreferences>_preferences()Returns the raw JSON value of preferences. final Map<String, JsonValue>_additionalProperties()final ListRetrieveResponse.Result.BuildertoBuilder()final ListRetrieveResponse.Resultvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ListRetrieveResponse.Result.Builderbuilder()Returns a mutable builder for constructing an instance of Result. -
-
Method Detail
-
created
final String created()
The date/time of when the list was created. Represented as a string in ISO format.
-
updated
final String updated()
The date/time of when the list was updated. Represented as a string in ISO format.
-
preferences
final Optional<RecipientPreferences> preferences()
-
_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.
-
_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.
-
_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.
-
_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.
-
_preferences
final JsonField<RecipientPreferences> _preferences()
Returns the raw JSON value of preferences.
Unlike preferences, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ListRetrieveResponse.Result.Builder toBuilder()
-
validate
final ListRetrieveResponse.Result validate()
-
builder
final static ListRetrieveResponse.Result.Builder builder()
Returns a mutable builder for constructing an instance of Result.
The following fields are required:
.id() .created() .name() .updated()
-
-
-
-