Interface Conversation.OpenStage
-
- All Known Implementing Classes:
Conversation.Builder
- Enclosing class:
- Conversation
public static interface Conversation.OpenStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation.StateStageopen(boolean open)Indicates whether a conversation is open (true) or closed (false).
-
-
-
Method Detail
-
open
Conversation.StateStage open(boolean open)
Indicates whether a conversation is open (true) or closed (false).
-
-