Uses of Class
com.mypurecloud.sdk.v2.model.ResponseAsset
Packages that use ResponseAsset
-
Uses of ResponseAsset in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ResponseAssetModifier and TypeMethodDescriptionResponseManagementApi.getResponsemanagementResponseasset(GetResponsemanagementResponseassetRequest request) Get response asset informationResponseManagementApi.getResponsemanagementResponseasset(String responseAssetId) Get response asset informationResponseManagementApi.putResponsemanagementResponseasset(PutResponsemanagementResponseassetRequest request) Update response assetResponseManagementApi.putResponsemanagementResponseasset(String responseAssetId, ResponseAssetRequest body) Update response assetMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ResponseAssetModifier and TypeMethodDescriptionResponseManagementApi.getResponsemanagementResponseasset(ApiRequest<Void> request) Get response asset informationResponseManagementApiAsync.getResponsemanagementResponseassetAsync(GetResponsemanagementResponseassetRequest request, AsyncApiCallback<ResponseAsset> callback) Get response asset informationResponseManagementApiAsync.getResponsemanagementResponseassetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ResponseAsset>> callback) Get response asset informationResponseManagementApi.getResponsemanagementResponseassetWithHttpInfo(String responseAssetId) Get response asset informationResponseManagementApi.putResponsemanagementResponseasset(ApiRequest<ResponseAssetRequest> request) Update response assetResponseManagementApiAsync.putResponsemanagementResponseassetAsync(PutResponsemanagementResponseassetRequest request, AsyncApiCallback<ResponseAsset> callback) Update response assetResponseManagementApiAsync.putResponsemanagementResponseassetAsync(ApiRequest<ResponseAssetRequest> request, AsyncApiCallback<ApiResponse<ResponseAsset>> callback) Update response assetResponseManagementApi.putResponsemanagementResponseassetWithHttpInfo(String responseAssetId, ResponseAssetRequest body) Update response assetMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ResponseAssetModifier and TypeMethodDescriptionResponseManagementApiAsync.getResponsemanagementResponseassetAsync(GetResponsemanagementResponseassetRequest request, AsyncApiCallback<ResponseAsset> callback) Get response asset informationResponseManagementApiAsync.getResponsemanagementResponseassetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ResponseAsset>> callback) Get response asset informationResponseManagementApiAsync.putResponsemanagementResponseassetAsync(PutResponsemanagementResponseassetRequest request, AsyncApiCallback<ResponseAsset> callback) Update response assetResponseManagementApiAsync.putResponsemanagementResponseassetAsync(ApiRequest<ResponseAssetRequest> request, AsyncApiCallback<ApiResponse<ResponseAsset>> callback) Update response asset -
Uses of ResponseAsset in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ResponseAssetModifier and TypeMethodDescriptionResponseAsset.contentLength(Long contentLength) response asset size in bytesResponseAsset.contentLocation(String contentLocation) response asset location.ResponseAsset.contentType(String contentType) MIME type of response assetResponseAsset.createdBy(DomainEntityRef createdBy) User who created the response assetResponseAsset.dateCreated(Date dateCreated) Created date of the response asset.ResponseAsset.dateModified(Date dateModified) Last modified date of the response asset.The division to which this entity belongs.ResponseAsset.modifiedBy(DomainEntityRef modifiedBy) User who last modified the response assetResponseAsset.responses(List<DomainEntityRef> responses) Canned responses actively using this assetMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ResponseAssetModifier and TypeMethodDescriptionResponseAssetEntityListing.getEntities()ResponseAssetSearchResults.getResults()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ResponseAssetModifier and TypeMethodDescriptionResponseAssetEntityListing.entities(List<ResponseAsset> entities) List of response assetsResponseAssetSearchResults.results(List<ResponseAsset> results) Search resultsvoidResponseAssetEntityListing.setEntities(List<ResponseAsset> entities) voidResponseAssetSearchResults.setResults(List<ResponseAsset> results)