Class GetConversationsMessageCommunicationMessagesMediaRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetConversationsMessageCommunicationMessagesMediaRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
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) voidwithCommunicationId(String communicationId) withConversationId(String conversationId) withCustomHeader(String name, String value) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withStatus(String status)
-
Constructor Details
-
GetConversationsMessageCommunicationMessagesMediaRequest
public GetConversationsMessageCommunicationMessagesMediaRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public GetConversationsMessageCommunicationMessagesMediaRequest withConversationId(String conversationId) -
getCommunicationId
-
setCommunicationId
-
withCommunicationId
public GetConversationsMessageCommunicationMessagesMediaRequest withCommunicationId(String communicationId) -
getStatus
-
setStatus
-
withStatus
-
getPageNumber
-
setPageNumber
-
withPageNumber
-
getPageSize
-
setPageSize
-
withPageSize
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetConversationsMessageCommunicationMessagesMediaRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetConversationsMessageCommunicationMessagesMediaRequest.Builder builder(String conversationId, String communicationId)
-