Package com.mypurecloud.sdk.v2.api
Class AgentUIApiAsync
java.lang.Object
com.mypurecloud.sdk.v2.api.AgentUIApiAsync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(DeleteUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<Void> callback) Delete agent auto answer settingsdeleteUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Void>> callback) Delete agent auto answer settingsgetUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(GetUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<AutoAnswerSettings> callback) Get agent auto answer settingsgetUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AutoAnswerSettings>> callback) Get agent auto answer settingspatchUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(PatchUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<AutoAnswerSettings> callback) Update agent auto answer settingspatchUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<AutoAnswerSettings> request, AsyncApiCallback<ApiResponse<AutoAnswerSettings>> callback) Update agent auto answer settingsputUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(PutUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<AutoAnswerSettings> callback) Set agent auto answer settingsputUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<AutoAnswerSettings> request, AsyncApiCallback<ApiResponse<AutoAnswerSettings>> callback) Set agent auto answer settings
-
Constructor Details
-
AgentUIApiAsync
public AgentUIApiAsync() -
AgentUIApiAsync
-
-
Method Details
-
deleteUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<Void> deleteUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(DeleteUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<Void> callback) Delete agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
deleteUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<ApiResponse<Void>> deleteUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Void>> callback) Delete agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<AutoAnswerSettings> getUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(GetUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<AutoAnswerSettings> callback) Get agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<ApiResponse<AutoAnswerSettings>> getUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AutoAnswerSettings>> callback) Get agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
patchUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<AutoAnswerSettings> patchUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(PatchUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<AutoAnswerSettings> callback) Update agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
patchUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<ApiResponse<AutoAnswerSettings>> patchUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<AutoAnswerSettings> request, AsyncApiCallback<ApiResponse<AutoAnswerSettings>> callback) Update agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
putUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<AutoAnswerSettings> putUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(PutUsersAgentuiAgentsAutoanswerAgentIdSettingsRequest request, AsyncApiCallback<AutoAnswerSettings> callback) Set agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
putUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync
public Future<ApiResponse<AutoAnswerSettings>> putUsersAgentuiAgentsAutoanswerAgentIdSettingsAsync(ApiRequest<AutoAnswerSettings> request, AsyncApiCallback<ApiResponse<AutoAnswerSettings>> callback) Set agent auto answer settings- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-