Interface GetChannelProfileRequest
- All Known Implementing Classes:
ContactGetChannelProfileByChannelIdentityRequest,ContactGetChannelProfileByContactIdRequest,com.sinch.sdk.domains.conversation.models.v1.contact.request.GetChannelProfileRequestImpl
public interface GetChannelProfileRequest
GetChannelProfileRequest
-
Method Details
-
getAppId
String getAppId()The ID of the app.- Returns:
- appId
-
getRecipient
Recipient getRecipient()Identifies the recipient.- Returns:
- recipient
-
getChannel
GetChannelProfileConversationChannel getChannel()Get channel- Returns:
- channel
-
builder
Getting builder- Returns:
- New Builder instance
-