Uses of Class
com.mypurecloud.sdk.v2.model.JourneySegmentRequest
Packages that use JourneySegmentRequest
Package
Description
-
Uses of JourneySegmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type JourneySegmentRequestModifier and TypeMethodDescriptionJourneyApi.postJourneySegments(JourneySegmentRequest body) Create a segment.JourneyApi.postJourneySegmentsWithHttpInfo(JourneySegmentRequest body) Create a segment.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type JourneySegmentRequestModifier and TypeMethodDescriptionJourneyApi.postJourneySegments(ApiRequest<JourneySegmentRequest> request) Create a segment.JourneyApiAsync.postJourneySegmentsAsync(ApiRequest<JourneySegmentRequest> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Create a segment. -
Uses of JourneySegmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return JourneySegmentRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type JourneySegmentRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type JourneySegmentRequestModifier and TypeMethodDescriptionvoidPostJourneySegmentsRequest.setBody(JourneySegmentRequest body) PostJourneySegmentsRequest.Builder.withBody(JourneySegmentRequest body) PostJourneySegmentsRequest.withBody(JourneySegmentRequest body) -
Uses of JourneySegmentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneySegmentRequestModifier and TypeMethodDescriptionJourneySegmentRequest.assignmentExpirationDays(Integer assignmentExpirationDays) Time, in days, from when the segment is assigned until it is automatically unassigned.The hexadecimal color value of the segment.JourneySegmentRequest.context(RequestContext context) The context of the segment.JourneySegmentRequest.description(String description) A description of the segment.JourneySegmentRequest.displayName(String displayName) The display name of the segment.JourneySegmentRequest.externalSegment(RequestExternalSegment externalSegment) Details of an entity corresponding to this segment in an external system.Whether or not the segment is active.JourneySegmentRequest.journey(RequestJourney journey) The pattern of rules defining the segment.JourneySegmentRequest.shouldDisplayToAgent(Boolean shouldDisplayToAgent) Whether or not the segment should be displayed to agent/supervisor users.The version of the segment.