Class GetThreadTopicResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.chat.types.GetThreadTopicResponse.Builder
-
- All Implemented Interfaces:
GetThreadTopicResponse._FinalStage,GetThreadTopicResponse.TopicStage
- Enclosing class:
- GetThreadTopicResponse
public static final class GetThreadTopicResponse.Builder extends java.lang.Object implements GetThreadTopicResponse.TopicStage, GetThreadTopicResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetThreadTopicResponsebuild()GetThreadTopicResponse.Builderfrom(GetThreadTopicResponse other)GetThreadTopicResponse._FinalStagetopic(SimpleTopic topic)
-
-
-
Method Detail
-
from
public GetThreadTopicResponse.Builder from(GetThreadTopicResponse other)
- Specified by:
fromin interfaceGetThreadTopicResponse.TopicStage
-
topic
public GetThreadTopicResponse._FinalStage topic(SimpleTopic topic)
- Specified by:
topicin interfaceGetThreadTopicResponse.TopicStage
-
build
public GetThreadTopicResponse build()
- Specified by:
buildin interfaceGetThreadTopicResponse._FinalStage
-
-