Uses of Class
com.mypurecloud.sdk.v2.model.JourneySegment
Packages that use JourneySegment
-
Uses of JourneySegment in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return JourneySegmentModifier and TypeMethodDescriptionJourneyApi.getJourneySegment(GetJourneySegmentRequest request) Retrieve a single segment.JourneyApi.getJourneySegment(String segmentId) Retrieve a single segment.JourneyApi.patchJourneySegment(PatchJourneySegmentRequest request) Update a segment.JourneyApi.patchJourneySegment(String segmentId, PatchSegment body) Update a segment.JourneyApi.postJourneySegments(PostJourneySegmentsRequest request) Create a segment.JourneyApi.postJourneySegments(JourneySegmentRequest body) Create a segment.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type JourneySegmentModifier and TypeMethodDescriptionJourneyApi.getJourneySegment(ApiRequest<Void> request) Retrieve a single segment.JourneyApiAsync.getJourneySegmentAsync(GetJourneySegmentRequest request, AsyncApiCallback<JourneySegment> callback) Retrieve a single segment.JourneyApiAsync.getJourneySegmentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Retrieve a single segment.JourneyApi.getJourneySegmentWithHttpInfo(String segmentId) Retrieve a single segment.JourneyApi.patchJourneySegment(ApiRequest<PatchSegment> request) Update a segment.JourneyApiAsync.patchJourneySegmentAsync(PatchJourneySegmentRequest request, AsyncApiCallback<JourneySegment> callback) Update a segment.JourneyApiAsync.patchJourneySegmentAsync(ApiRequest<PatchSegment> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Update a segment.JourneyApi.patchJourneySegmentWithHttpInfo(String segmentId, PatchSegment body) Update a segment.JourneyApi.postJourneySegments(ApiRequest<JourneySegmentRequest> request) Create a segment.JourneyApiAsync.postJourneySegmentsAsync(PostJourneySegmentsRequest request, AsyncApiCallback<JourneySegment> callback) Create a segment.JourneyApiAsync.postJourneySegmentsAsync(ApiRequest<JourneySegmentRequest> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Create a segment.JourneyApi.postJourneySegmentsWithHttpInfo(JourneySegmentRequest body) Create a segment.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type JourneySegmentModifier and TypeMethodDescriptionJourneyApiAsync.getJourneySegmentAsync(GetJourneySegmentRequest request, AsyncApiCallback<JourneySegment> callback) Retrieve a single segment.JourneyApiAsync.getJourneySegmentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Retrieve a single segment.JourneyApiAsync.patchJourneySegmentAsync(PatchJourneySegmentRequest request, AsyncApiCallback<JourneySegment> callback) Update a segment.JourneyApiAsync.patchJourneySegmentAsync(ApiRequest<PatchSegment> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Update a segment.JourneyApiAsync.postJourneySegmentsAsync(PostJourneySegmentsRequest request, AsyncApiCallback<JourneySegment> callback) Create a segment.JourneyApiAsync.postJourneySegmentsAsync(ApiRequest<JourneySegmentRequest> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Create a segment. -
Uses of JourneySegment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneySegmentModifier and TypeMethodDescriptionJourneySegment.assignmentExpirationDays(Integer assignmentExpirationDays) Time, in days, from when the segment is assigned until it is automatically unassigned.The hexadecimal color value of the segment.The context of the segment.JourneySegment.createdDate(Date createdDate) Timestamp indicating when the segment was created.JourneySegment.description(String description) A description of the segment.JourneySegment.displayName(String displayName) The display name of the segment.JourneySegment.externalSegment(ExternalSegment externalSegment) Details of an entity corresponding to this segment in an external system.The ID of the segment.Whether or not the segment is active.The pattern of rules defining the segment.JourneySegment.modifiedDate(Date modifiedDate) Timestamp indicating when the segment was last updated.JourneySegment.scope(JourneySegment.ScopeEnum scope) The target entity that a segment applies to.JourneySegment.shouldDisplayToAgent(Boolean shouldDisplayToAgent) Whether or not the segment should be displayed to agent/supervisor users.The version of the segment.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type JourneySegmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type JourneySegmentModifier and TypeMethodDescriptionSegmentListing.entities(List<JourneySegment> entities) voidSegmentListing.setEntities(List<JourneySegment> entities)