Class GetConversationCommunicationInternalmessagesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationCommunicationInternalmessagesRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) withCommunicationId(String communicationId) withConversationId(String conversationId) withCustomHeader(String name, String value) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize)
-
Constructor Details
-
GetConversationCommunicationInternalmessagesRequest
public GetConversationCommunicationInternalmessagesRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public GetConversationCommunicationInternalmessagesRequest withConversationId(String conversationId) -
getCommunicationId
-
setCommunicationId
-
withCommunicationId
public GetConversationCommunicationInternalmessagesRequest withCommunicationId(String communicationId) -
getPageSize
-
setPageSize
-
withPageSize
-
getPageNumber
-
setPageNumber
-
withPageNumber
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetConversationCommunicationInternalmessagesRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetConversationCommunicationInternalmessagesRequest.Builder builder(String conversationId, String communicationId)
-