Interface CreateConversationRequest.From.TypeStage
-
- All Known Implementing Classes:
CreateConversationRequest.From.Builder
- Enclosing class:
- CreateConversationRequest.From
public static interface CreateConversationRequest.From.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConversationRequest.From.Builderfrom(CreateConversationRequest.From other)CreateConversationRequest.From.IdStagetype(CreateConversationRequest.From.Type type)The role associated to the contact - user or lead.
-
-
-
Method Detail
-
type
CreateConversationRequest.From.IdStage type(@NotNull CreateConversationRequest.From.Type type)
The role associated to the contact - user or lead.
-
from
CreateConversationRequest.From.Builder from(CreateConversationRequest.From other)
-
-