Class GetConversationCommunicationInternalmessagesRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationCommunicationInternalmessagesRequest.Builder
- Enclosing class:
- GetConversationCommunicationInternalmessagesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withCommunicationId(String communicationId) withConversationId(String conversationId) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withRequiredParams(String conversationId, String communicationId)
-
Method Details
-
withConversationId
public GetConversationCommunicationInternalmessagesRequest.Builder withConversationId(String conversationId) -
withCommunicationId
public GetConversationCommunicationInternalmessagesRequest.Builder withCommunicationId(String communicationId) -
withPageSize
-
withPageNumber
public GetConversationCommunicationInternalmessagesRequest.Builder withPageNumber(Integer pageNumber) -
withRequiredParams
public GetConversationCommunicationInternalmessagesRequest.Builder withRequiredParams(String conversationId, String communicationId) -
build
-