Uses of Class
com.mypurecloud.sdk.v2.api.request.GetJourneySegmentRequest
Packages that use GetJourneySegmentRequest
-
Uses of GetJourneySegmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetJourneySegmentRequestModifier and TypeMethodDescriptionJourneyApi.getJourneySegment(GetJourneySegmentRequest request) Retrieve a single segment.JourneyApiAsync.getJourneySegmentAsync(GetJourneySegmentRequest request, AsyncApiCallback<JourneySegment> callback) Retrieve a single segment. -
Uses of GetJourneySegmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetJourneySegmentRequestModifier and TypeMethodDescriptionGetJourneySegmentRequest.Builder.build()GetJourneySegmentRequest.withCustomHeader(String name, String value) GetJourneySegmentRequest.withSegmentId(String segmentId)