Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchJourneySegmentRequest
Packages that use PatchJourneySegmentRequest
-
Uses of PatchJourneySegmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchJourneySegmentRequestModifier and TypeMethodDescriptionJourneyApi.patchJourneySegment(PatchJourneySegmentRequest request) Update a segment.JourneyApiAsync.patchJourneySegmentAsync(PatchJourneySegmentRequest request, AsyncApiCallback<JourneySegment> callback) Update a segment. -
Uses of PatchJourneySegmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchJourneySegmentRequestModifier and TypeMethodDescriptionPatchJourneySegmentRequest.Builder.build()PatchJourneySegmentRequest.withBody(PatchSegment body) PatchJourneySegmentRequest.withCustomHeader(String name, String value) PatchJourneySegmentRequest.withSegmentId(String segmentId)