Class PatchJourneyViewVersionJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchJourneyViewVersionJobRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String viewId, String journeyVersionId, String jobId, JourneyViewJob body) getBody()getJobId()voidsetBody(JourneyViewJob body) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetJourneyVersionId(String journeyVersionId) voidwithBody(JourneyViewJob body) withCustomHeader(String name, String value) withJourneyVersionId(String journeyVersionId) withViewId(String viewId)
-
Constructor Details
-
PatchJourneyViewVersionJobRequest
public PatchJourneyViewVersionJobRequest()
-
-
Method Details
-
getViewId
-
setViewId
-
withViewId
-
getJourneyVersionId
-
setJourneyVersionId
-
withJourneyVersionId
-
getJobId
-
setJobId
-
withJobId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchJourneyViewVersionJobRequest.Builder builder(String viewId, String journeyVersionId, String jobId, JourneyViewJob body)
-