Uses of Class
com.mypurecloud.sdk.v2.model.UpdateSegmentAssignmentRequest
Packages that use UpdateSegmentAssignmentRequest
Package
Description
-
Uses of UpdateSegmentAssignmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateSegmentAssignmentRequestModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsContactJourneySegments(String contactId, UpdateSegmentAssignmentRequest body) 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(String contactId, UpdateSegmentAssignmentRequest body) 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.ExternalContactsApi.postExternalcontactsContactJourneySegmentsWithHttpInfo(String contactId, UpdateSegmentAssignmentRequest body) 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.postExternalcontactsContactJourneySegmentsWithHttpInfo(String contactId, UpdateSegmentAssignmentRequest body) 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.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateSegmentAssignmentRequestModifier and TypeMethodDescriptionExternalContactsApi.postExternalcontactsContactJourneySegments(ApiRequest<UpdateSegmentAssignmentRequest> 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(ApiRequest<UpdateSegmentAssignmentRequest> 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(ApiRequest<UpdateSegmentAssignmentRequest> request, AsyncApiCallback<ApiResponse<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(ApiRequest<UpdateSegmentAssignmentRequest> request, AsyncApiCallback<ApiResponse<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 UpdateSegmentAssignmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateSegmentAssignmentRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateSegmentAssignmentRequestModifier and TypeMethodDescriptionPostExternalcontactsContactJourneySegmentsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateSegmentAssignmentRequestModifier and TypeMethodDescriptionvoidPostExternalcontactsContactJourneySegmentsRequest.setBody(UpdateSegmentAssignmentRequest body) PostExternalcontactsContactJourneySegmentsRequest.Builder.withBody(UpdateSegmentAssignmentRequest body) PostExternalcontactsContactJourneySegmentsRequest.withBody(UpdateSegmentAssignmentRequest body) -
Uses of UpdateSegmentAssignmentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateSegmentAssignmentRequestModifier and TypeMethodDescriptionUpdateSegmentAssignmentRequest.assign(SegmentAssignments assign) The segment assignments to apply.UpdateSegmentAssignmentRequest.unassign(SegmentUnassignments unassign) The segment unassignments to apply.