Class SubscriptionListResponse.Item
-
- All Implemented Interfaces:
public final class SubscriptionListResponse.Item
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscriptionListResponse.Item.BuilderA builder for Item.
-
Method Summary
Modifier and Type Method Description final StringrecipientId()final Optional<String>created()final Optional<RecipientPreferences>preferences()final JsonField<String>_recipientId()Returns the raw JSON value of recipientId. final JsonField<String>_created()Returns the raw JSON value of created. final JsonField<RecipientPreferences>_preferences()Returns the raw JSON value of preferences. final Map<String, JsonValue>_additionalProperties()final SubscriptionListResponse.Item.BuildertoBuilder()final SubscriptionListResponse.Itemvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SubscriptionListResponse.Item.Builderbuilder()Returns a mutable builder for constructing an instance of Item. -
-
Method Detail
-
recipientId
final String recipientId()
-
preferences
final Optional<RecipientPreferences> preferences()
-
_recipientId
final JsonField<String> _recipientId()
Returns the raw JSON value of recipientId.
Unlike recipientId, 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.
-
_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 SubscriptionListResponse.Item.Builder toBuilder()
-
validate
final SubscriptionListResponse.Item validate()
-
builder
final static SubscriptionListResponse.Item.Builder builder()
Returns a mutable builder for constructing an instance of Item.
The following fields are required:
.recipientId()
-
-
-
-