Package com.intercom.api.types
Class GroupContent.Builder
java.lang.Object
com.intercom.api.types.GroupContent.Builder
- All Implemented Interfaces:
GroupContent._FinalStage,GroupContent.DescriptionStage,GroupContent.NameStage
- Enclosing class:
GroupContent
public static final class GroupContent.Builder
extends Object
implements GroupContent.NameStage, GroupContent.DescriptionStage, GroupContent._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) The description of the collection.from(GroupContent other) The name of the collection or section.
-
Method Details
-
from
- Specified by:
fromin interfaceGroupContent.NameStage
-
name
The name of the collection or section.
- Specified by:
namein interfaceGroupContent.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
description
The description of the collection. Only available for collections.
- Specified by:
descriptionin interfaceGroupContent.DescriptionStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceGroupContent._FinalStage
-