Uses of Class
com.mypurecloud.sdk.v2.model.PatchSegment
Packages that use PatchSegment
Package
Description
-
Uses of PatchSegment in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchSegmentModifier and TypeMethodDescriptionJourneyApi.patchJourneySegment(String segmentId, PatchSegment body) Update a segment.JourneyApi.patchJourneySegmentWithHttpInfo(String segmentId, PatchSegment body) Update a segment.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchSegmentModifier and TypeMethodDescriptionJourneyApi.patchJourneySegment(ApiRequest<PatchSegment> request) Update a segment.JourneyApiAsync.patchJourneySegmentAsync(ApiRequest<PatchSegment> request, AsyncApiCallback<ApiResponse<JourneySegment>> callback) Update a segment. -
Uses of PatchSegment in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchSegmentMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchSegmentMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchSegmentModifier and TypeMethodDescriptionvoidPatchJourneySegmentRequest.setBody(PatchSegment body) PatchJourneySegmentRequest.Builder.withBody(PatchSegment body) PatchJourneySegmentRequest.withBody(PatchSegment body) -
Uses of PatchSegment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchSegmentModifier and TypeMethodDescriptionPatchSegment.assignmentExpirationDays(Integer assignmentExpirationDays) Time, in days, from when the segment is assigned until it is automatically unassigned.The hexadecimal color value of the segment.PatchSegment.context(PatchContext context) The context of the segment.PatchSegment.description(String description) A description of the segment.PatchSegment.displayName(String displayName) The display name of the segment.PatchSegment.externalSegment(PatchExternalSegment externalSegment) Details of an entity corresponding to this segment in an external system.Whether or not the segment is active.PatchSegment.journey(PatchJourney journey) The pattern of rules defining the segment.PatchSegment.shouldDisplayToAgent(Boolean shouldDisplayToAgent) Whether or not the segment should be displayed to agent/supervisor users.The version of the segment.