Uses of Class
com.mypurecloud.sdk.v2.model.Library
Packages that use Library
Package
Description
-
Uses of Library in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LibraryModifier and TypeMethodDescriptionResponseManagementApi.getResponsemanagementLibrary(GetResponsemanagementLibraryRequest request) Get details about an existing response library.ResponseManagementApi.getResponsemanagementLibrary(String libraryId) Get details about an existing response library.ResponseManagementApi.postResponsemanagementLibraries(PostResponsemanagementLibrariesRequest request) Create a response library.ResponseManagementApi.postResponsemanagementLibraries(Library body) Create a response library.ResponseManagementApi.putResponsemanagementLibrary(PutResponsemanagementLibraryRequest request) Update an existing response library.ResponseManagementApi.putResponsemanagementLibrary(String libraryId, Library body) Update an existing response library.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type LibraryModifier and TypeMethodDescriptionResponseManagementApi.getResponsemanagementLibrary(ApiRequest<Void> request) Get details about an existing response library.ResponseManagementApiAsync.getResponsemanagementLibraryAsync(GetResponsemanagementLibraryRequest request, AsyncApiCallback<Library> callback) Get details about an existing response library.ResponseManagementApiAsync.getResponsemanagementLibraryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Library>> callback) Get details about an existing response library.ResponseManagementApi.getResponsemanagementLibraryWithHttpInfo(String libraryId) Get details about an existing response library.ResponseManagementApi.postResponsemanagementLibraries(ApiRequest<Library> request) Create a response library.ResponseManagementApiAsync.postResponsemanagementLibrariesAsync(PostResponsemanagementLibrariesRequest request, AsyncApiCallback<Library> callback) Create a response library.ResponseManagementApiAsync.postResponsemanagementLibrariesAsync(ApiRequest<Library> request, AsyncApiCallback<ApiResponse<Library>> callback) Create a response library.ResponseManagementApi.postResponsemanagementLibrariesWithHttpInfo(Library body) Create a response library.ResponseManagementApi.putResponsemanagementLibrary(ApiRequest<Library> request) Update an existing response library.ResponseManagementApiAsync.putResponsemanagementLibraryAsync(PutResponsemanagementLibraryRequest request, AsyncApiCallback<Library> callback) Update an existing response library.ResponseManagementApiAsync.putResponsemanagementLibraryAsync(ApiRequest<Library> request, AsyncApiCallback<ApiResponse<Library>> callback) Update an existing response library.ResponseManagementApi.putResponsemanagementLibraryWithHttpInfo(String libraryId, Library body) Update an existing response library.Methods in com.mypurecloud.sdk.v2.api with parameters of type LibraryModifier and TypeMethodDescriptionResponseManagementApi.postResponsemanagementLibraries(Library body) Create a response library.ResponseManagementApi.postResponsemanagementLibrariesWithHttpInfo(Library body) Create a response library.ResponseManagementApi.putResponsemanagementLibrary(String libraryId, Library body) Update an existing response library.ResponseManagementApi.putResponsemanagementLibraryWithHttpInfo(String libraryId, Library body) Update an existing response library.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LibraryModifier and TypeMethodDescriptionResponseManagementApiAsync.getResponsemanagementLibraryAsync(GetResponsemanagementLibraryRequest request, AsyncApiCallback<Library> callback) Get details about an existing response library.ResponseManagementApiAsync.getResponsemanagementLibraryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Library>> callback) Get details about an existing response library.ResponseManagementApi.postResponsemanagementLibraries(ApiRequest<Library> request) Create a response library.ResponseManagementApiAsync.postResponsemanagementLibrariesAsync(PostResponsemanagementLibrariesRequest request, AsyncApiCallback<Library> callback) Create a response library.ResponseManagementApiAsync.postResponsemanagementLibrariesAsync(ApiRequest<Library> request, AsyncApiCallback<ApiResponse<Library>> callback) Create a response library.ResponseManagementApiAsync.postResponsemanagementLibrariesAsync(ApiRequest<Library> request, AsyncApiCallback<ApiResponse<Library>> callback) Create a response library.ResponseManagementApi.putResponsemanagementLibrary(ApiRequest<Library> request) Update an existing response library.ResponseManagementApiAsync.putResponsemanagementLibraryAsync(PutResponsemanagementLibraryRequest request, AsyncApiCallback<Library> callback) Update an existing response library.ResponseManagementApiAsync.putResponsemanagementLibraryAsync(ApiRequest<Library> request, AsyncApiCallback<ApiResponse<Library>> callback) Update an existing response library.ResponseManagementApiAsync.putResponsemanagementLibraryAsync(ApiRequest<Library> request, AsyncApiCallback<ApiResponse<Library>> callback) Update an existing response library. -
Uses of Library in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LibraryModifier and TypeMethodDescriptionPostResponsemanagementLibrariesRequest.getBody()PutResponsemanagementLibraryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LibraryModifier and TypeMethodDescriptionPostResponsemanagementLibrariesRequest.withHttpInfo()PutResponsemanagementLibraryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type LibraryModifier and TypeMethodDescriptionvoidvoidPostResponsemanagementLibrariesRequest.Builder.withRequiredParams(Library body) PutResponsemanagementLibraryRequest.Builder.withRequiredParams(String libraryId, Library body) -
Uses of Library in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LibraryModifier and TypeMethodDescriptionLibrary.division(WritableDivision division) The division to which this entity belongs.The library name.Library.responseType(Library.ResponseTypeEnum responseType) This value is deprecated.Current version for this resource.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type LibraryMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Library