Class GuideGetChannelResponse.Guide.Builder
-
- All Implemented Interfaces:
public final class GuideGetChannelResponse.Guide.BuilderA builder for Guide.
-
-
Method Summary
-
-
Method Detail
-
id
final GuideGetChannelResponse.Guide.Builder id(String id)
The unique identifier for the guide.
-
id
final GuideGetChannelResponse.Guide.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
content
final GuideGetChannelResponse.Guide.Builder content(String content)
The content of the guide.
-
content
final GuideGetChannelResponse.Guide.Builder content(JsonField<String> content)
Sets Builder.content to an arbitrary JSON value.
You should usually call Builder.content with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
metadata
final GuideGetChannelResponse.Guide.Builder metadata(GuideGetChannelResponse.Guide.Metadata metadata)
The metadata of the guide.
-
metadata
final GuideGetChannelResponse.Guide.Builder metadata(JsonField<GuideGetChannelResponse.Guide.Metadata> metadata)
Sets Builder.metadata to an arbitrary JSON value.
You should usually call Builder.metadata with a well-typed Metadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
title
final GuideGetChannelResponse.Guide.Builder title(String title)
The title of the guide.
-
title
final GuideGetChannelResponse.Guide.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final GuideGetChannelResponse.Guide.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final GuideGetChannelResponse.Guide.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final GuideGetChannelResponse.Guide.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final GuideGetChannelResponse.Guide.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final GuideGetChannelResponse.Guide.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final GuideGetChannelResponse.Guide build()
Returns an immutable instance of Guide.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-