Class PatchGuideVersionRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchGuideVersionRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String guideId, String versionId, UpdateGuideVersion body) getBody()voidsetBody(UpdateGuideVersion body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetGuideId(String guideId) voidsetVersionId(String versionId) withBody(UpdateGuideVersion body) withCustomHeader(String name, String value) withGuideId(String guideId) withVersionId(String versionId)
-
Constructor Details
-
PatchGuideVersionRequest
public PatchGuideVersionRequest()
-
-
Method Details
-
getGuideId
-
setGuideId
-
withGuideId
-
getVersionId
-
setVersionId
-
withVersionId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchGuideVersionRequest.Builder builder(String guideId, String versionId, UpdateGuideVersion body)
-