Package com.intercom.api.types
Class Tags.Builder
- java.lang.Object
-
- com.intercom.api.types.Tags.Builder
-
- Enclosing class:
- Tags
public static final class Tags.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tagsbuild()Tags.Builderfrom(Tags other)Tags.Buildertags(java.util.List<Tag> tags)Tags.Buildertags(java.util.Optional<java.util.List<Tag>> tags)A list of tags objects associated with the conversation.Tags.Buildertype(java.lang.String type)Tags.Buildertype(java.util.Optional<java.lang.String> type)The type of the object
-
-
-
Method Detail
-
from
public Tags.Builder from(Tags other)
-
type
public Tags.Builder type(java.util.Optional<java.lang.String> type)
The type of the object
-
type
public Tags.Builder type(java.lang.String type)
-
tags
public Tags.Builder tags(java.util.Optional<java.util.List<Tag>> tags)
A list of tags objects associated with the conversation.
-
tags
public Tags.Builder tags(java.util.List<Tag> tags)
-
build
public Tags build()
-
-