Class PatchJourneySegmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchJourneySegmentRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(PatchSegment body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetSegmentId(String segmentId) withBody(PatchSegment body) withCustomHeader(String name, String value) withSegmentId(String segmentId)
-
Constructor Details
-
PatchJourneySegmentRequest
public PatchJourneySegmentRequest()
-
-
Method Details
-
getSegmentId
-
setSegmentId
-
withSegmentId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-