Class PatchConversationsMessageParticipantParkingstateRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationsMessageParticipantParkingstateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, String participantId, ParkingStateRequest body) getBody()voidsetBody(ParkingStateRequest body) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetParticipantId(String participantId) withBody(ParkingStateRequest body) withConversationId(String conversationId) withCustomHeader(String name, String value) withParticipantId(String participantId)
-
Constructor Details
-
PatchConversationsMessageParticipantParkingstateRequest
public PatchConversationsMessageParticipantParkingstateRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
public PatchConversationsMessageParticipantParkingstateRequest withConversationId(String conversationId) -
getParticipantId
-
setParticipantId
-
withParticipantId
public PatchConversationsMessageParticipantParkingstateRequest withParticipantId(String participantId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchConversationsMessageParticipantParkingstateRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchConversationsMessageParticipantParkingstateRequest.Builder builder(String conversationId, String participantId, ParkingStateRequest body)
-