Class GuideGetChannelResponse.Guide
-
- All Implemented Interfaces:
public final class GuideGetChannelResponse.Guide
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGuideGetChannelResponse.Guide.BuilderA builder for Guide.
public final classGuideGetChannelResponse.Guide.MetadataThe metadata of the guide.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The unique identifier for the guide. final Optional<String>content()The content of the guide. final Optional<GuideGetChannelResponse.Guide.Metadata>metadata()The metadata of the guide. final Optional<String>title()The title of the guide. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<GuideGetChannelResponse.Guide.Metadata>_metadata()Returns the raw JSON value of metadata. final JsonField<String>_title()Returns the raw JSON value of title. final Map<String, JsonValue>_additionalProperties()final GuideGetChannelResponse.Guide.BuildertoBuilder()final GuideGetChannelResponse.Guidevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static GuideGetChannelResponse.Guide.Builderbuilder()Returns a mutable builder for constructing an instance of Guide. -
-
Method Detail
-
metadata
final Optional<GuideGetChannelResponse.Guide.Metadata> metadata()
The metadata of the guide.
-
_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.
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<GuideGetChannelResponse.Guide.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_title
final JsonField<String> _title()
Returns the raw JSON value of title.
Unlike title, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final GuideGetChannelResponse.Guide.Builder toBuilder()
-
validate
final GuideGetChannelResponse.Guide validate()
-
builder
final static GuideGetChannelResponse.Guide.Builder builder()
Returns a mutable builder for constructing an instance of Guide.
-
-
-
-