Class GuideGetChannelResponse.Recipient
-
- All Implemented Interfaces:
public final class GuideGetChannelResponse.RecipientThe recipient of the guide.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGuideGetChannelResponse.Recipient.BuilderA builder for Recipient.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Unique identifier for the recipient. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final GuideGetChannelResponse.Recipient.BuildertoBuilder()final GuideGetChannelResponse.Recipientvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static GuideGetChannelResponse.Recipient.Builderbuilder()Returns a mutable builder for constructing an instance of Recipient. -
-
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final GuideGetChannelResponse.Recipient.Builder toBuilder()
-
validate
final GuideGetChannelResponse.Recipient validate()
-
builder
final static GuideGetChannelResponse.Recipient.Builder builder()
Returns a mutable builder for constructing an instance of Recipient.
-
-
-
-