Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteJourneySegmentRequest
Packages that use DeleteJourneySegmentRequest
-
Uses of DeleteJourneySegmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteJourneySegmentRequestModifier and TypeMethodDescriptionvoidJourneyApi.deleteJourneySegment(DeleteJourneySegmentRequest request) Delete a segment.JourneyApiAsync.deleteJourneySegmentAsync(DeleteJourneySegmentRequest request, AsyncApiCallback<Void> callback) Delete a segment. -
Uses of DeleteJourneySegmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteJourneySegmentRequestModifier and TypeMethodDescriptionDeleteJourneySegmentRequest.Builder.build()DeleteJourneySegmentRequest.withCustomHeader(String name, String value) DeleteJourneySegmentRequest.withSegmentId(String segmentId)