Class ContactGetChannelProfileByChannelIdentityRequest.Builder
java.lang.Object
com.sinch.sdk.domains.conversation.models.v1.contact.request.ContactGetChannelProfileByChannelIdentityRequest.Builder
- Enclosing class:
ContactGetChannelProfileByChannelIdentityRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setChannelIdentities
(ChannelRecipientIdentities identities) setChannelIdentities
(Collection<ChannelRecipientIdentity> identities)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setAppId
-
setChannel
public ContactGetChannelProfileByChannelIdentityRequest.Builder setChannel(GetChannelProfileConversationChannel channel) -
setChannelIdentities
public ContactGetChannelProfileByChannelIdentityRequest.Builder setChannelIdentities(ChannelRecipientIdentities identities) -
setChannelIdentities
public ContactGetChannelProfileByChannelIdentityRequest.Builder setChannelIdentities(Collection<ChannelRecipientIdentity> identities) -
build
-