Interface ChannelIdentity.Builder
- Enclosing interface:
ChannelIdentity
public static interface ChannelIdentity.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesee gettersetChannel
(ConversationChannel channel) see gettersetIdentity
(String identity) see getter
-
Method Details
-
setAppId
see getter- Parameters:
appId
- see getter- Returns:
- Current builder
- See Also:
-
setChannel
see getter- Parameters:
channel
- see getter- Returns:
- Current builder
- See Also:
-
setIdentity
see getter- Parameters:
identity
- see getter- Returns:
- Current builder
- See Also:
-
build
ChannelIdentity build()Create instance- Returns:
- The instance build with current builder values
-