Class GuideGetChannelResponse
-
- All Implemented Interfaces:
public final class GuideGetChannelResponseA response for a list of guides.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGuideGetChannelResponse.BuilderA builder for GuideGetChannelResponse.
public final classGuideGetChannelResponse.Guidepublic final classGuideGetChannelResponse.RecipientThe recipient of the guide.
-
Method Summary
Modifier and Type Method Description final List<GuideGetChannelResponse.Guide>guides()A list of guides. final Optional<GuideGetChannelResponse.Recipient>recipient()The recipient of the guide. final JsonField<List<GuideGetChannelResponse.Guide>>_guides()Returns the raw JSON value of guides. final JsonField<GuideGetChannelResponse.Recipient>_recipient()Returns the raw JSON value of recipient. final Map<String, JsonValue>_additionalProperties()final GuideGetChannelResponse.BuildertoBuilder()final GuideGetChannelResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static GuideGetChannelResponse.Builderbuilder()Returns a mutable builder for constructing an instance of GuideGetChannelResponse. -
-
Method Detail
-
guides
final List<GuideGetChannelResponse.Guide> guides()
A list of guides.
-
recipient
final Optional<GuideGetChannelResponse.Recipient> recipient()
The recipient of the guide.
-
_guides
final JsonField<List<GuideGetChannelResponse.Guide>> _guides()
Returns the raw JSON value of guides.
Unlike guides, this method doesn't throw if the JSON field has an unexpected type.
-
_recipient
final JsonField<GuideGetChannelResponse.Recipient> _recipient()
Returns the raw JSON value of recipient.
Unlike recipient, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final GuideGetChannelResponse.Builder toBuilder()
-
validate
final GuideGetChannelResponse validate()
-
builder
final static GuideGetChannelResponse.Builder builder()
Returns a mutable builder for constructing an instance of GuideGetChannelResponse.
The following fields are required:
.guides()
-
-
-
-