Uses of Class
com.mypurecloud.sdk.v2.model.WrapupCodeRequest
Packages that use WrapupCodeRequest
Package
Description
-
Uses of WrapupCodeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WrapupCodeRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingWrapupcodes(WrapupCodeRequest body) Create a wrap-up codeRoutingApi.postRoutingWrapupcodesWithHttpInfo(WrapupCodeRequest body) Create a wrap-up codeRoutingApi.putRoutingWrapupcode(String codeId, WrapupCodeRequest body) Update wrap-up codeRoutingApi.putRoutingWrapupcodeWithHttpInfo(String codeId, WrapupCodeRequest body) Update wrap-up codeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WrapupCodeRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingWrapupcodes(ApiRequest<WrapupCodeRequest> request) Create a wrap-up codeRoutingApiAsync.postRoutingWrapupcodesAsync(ApiRequest<WrapupCodeRequest> request, AsyncApiCallback<ApiResponse<WrapupCode>> callback) Create a wrap-up codeRoutingApi.putRoutingWrapupcode(ApiRequest<WrapupCodeRequest> request) Update wrap-up codeRoutingApiAsync.putRoutingWrapupcodeAsync(ApiRequest<WrapupCodeRequest> request, AsyncApiCallback<ApiResponse<WrapupCode>> callback) Update wrap-up code -
Uses of WrapupCodeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WrapupCodeRequestModifier and TypeMethodDescriptionPostRoutingWrapupcodesRequest.getBody()PutRoutingWrapupcodeRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WrapupCodeRequestModifier and TypeMethodDescriptionPostRoutingWrapupcodesRequest.withHttpInfo()PutRoutingWrapupcodeRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WrapupCodeRequestModifier and TypeMethodDescriptionPostRoutingWrapupcodesRequest.builder(WrapupCodeRequest body) PutRoutingWrapupcodeRequest.builder(String codeId, WrapupCodeRequest body) voidPostRoutingWrapupcodesRequest.setBody(WrapupCodeRequest body) voidPutRoutingWrapupcodeRequest.setBody(WrapupCodeRequest body) PostRoutingWrapupcodesRequest.Builder.withBody(WrapupCodeRequest body) PostRoutingWrapupcodesRequest.withBody(WrapupCodeRequest body) PutRoutingWrapupcodeRequest.Builder.withBody(WrapupCodeRequest body) PutRoutingWrapupcodeRequest.withBody(WrapupCodeRequest body) PostRoutingWrapupcodesRequest.Builder.withRequiredParams(WrapupCodeRequest body) PutRoutingWrapupcodeRequest.Builder.withRequiredParams(String codeId, WrapupCodeRequest body) -
Uses of WrapupCodeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WrapupCodeRequestModifier and TypeMethodDescriptionThe ID of the user that created the wrap-up code.WrapupCodeRequest.dateCreated(Date dateCreated) Date when the wrap-up code was created.WrapupCodeRequest.dateModified(Date dateModified) Date when the wrap-up code was last modified.WrapupCodeRequest.description(String description) The wrap-up code description.WrapupCodeRequest.division(WritableStarrableDivision division) The division to which this entity belongs.WrapupCodeRequest.modifiedBy(String modifiedBy) The ID of the user that modified the wrap-up code.The wrap-up code name.