Uses of Class
com.mypurecloud.sdk.v2.api.request.PostExternalcontactsContactJourneySegmentsRequest
Packages that use PostExternalcontactsContactJourneySegmentsRequest
-
Uses of PostExternalcontactsContactJourneySegmentsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostExternalcontactsContactJourneySegmentsRequestModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsContactJourneySegments(PostExternalcontactsContactJourneySegmentsRequest request) Assign/Unassign up to 10 segments to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment.JourneyApi.postExternalcontactsContactJourneySegments(PostExternalcontactsContactJourneySegmentsRequest request) Assign/Unassign up to 10 segments to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment.ExternalContactsApiAsync.postExternalcontactsContactJourneySegmentsAsync(PostExternalcontactsContactJourneySegmentsRequest request, AsyncApiCallback<UpdateSegmentAssignmentResponse> callback) Assign/Unassign up to 10 segments to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment.JourneyApiAsync.postExternalcontactsContactJourneySegmentsAsync(PostExternalcontactsContactJourneySegmentsRequest request, AsyncApiCallback<UpdateSegmentAssignmentResponse> callback) Assign/Unassign up to 10 segments to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment. -
Uses of PostExternalcontactsContactJourneySegmentsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostExternalcontactsContactJourneySegmentsRequestModifier and TypeMethodDescriptionPostExternalcontactsContactJourneySegmentsRequest.Builder.build()PostExternalcontactsContactJourneySegmentsRequest.withBody(UpdateSegmentAssignmentRequest body) PostExternalcontactsContactJourneySegmentsRequest.withContactId(String contactId) PostExternalcontactsContactJourneySegmentsRequest.withCustomHeader(String name, String value)