Uses of Class
com.mypurecloud.sdk.v2.model.UpdateSegmentAssignmentResponse
Packages that use UpdateSegmentAssignmentResponse
-
Uses of UpdateSegmentAssignmentResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UpdateSegmentAssignmentResponseModifier 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.ExternalContactsApi.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(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(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.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UpdateSegmentAssignmentResponseModifier 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(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.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(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(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.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 UpdateSegmentAssignmentResponseModifier and TypeMethodDescriptionExternalContactsApiAsync.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.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(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(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 UpdateSegmentAssignmentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateSegmentAssignmentResponseModifier and TypeMethodDescriptionUpdateSegmentAssignmentResponse.unprocessedItems(UnprocessedSegmentAssignments unprocessedItems) The segment assignments and unassignments which could not be processed.