Package com.mypurecloud.sdk.v2.api
Class CarrierServicesApiAsync
java.lang.Object
com.mypurecloud.sdk.v2.api.CarrierServicesApiAsync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCarrierservicesIntegrationsEmergencylocationsMeAsync(GetCarrierservicesIntegrationsEmergencylocationsMeRequest request, AsyncApiCallback<EmergencyLocation> callback) Get location for the logged in usergetCarrierservicesIntegrationsEmergencylocationsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmergencyLocation>> callback) Get location for the logged in userpostCarrierservicesIntegrationsEmergencylocationsMeAsync(PostCarrierservicesIntegrationsEmergencylocationsMeRequest request, AsyncApiCallback<EmergencyLocation> callback) Set current location for the logged in userpostCarrierservicesIntegrationsEmergencylocationsMeAsync(ApiRequest<EmergencyLocation> request, AsyncApiCallback<ApiResponse<EmergencyLocation>> callback) Set current location for the logged in user
-
Constructor Details
-
CarrierServicesApiAsync
public CarrierServicesApiAsync() -
CarrierServicesApiAsync
-
-
Method Details
-
getCarrierservicesIntegrationsEmergencylocationsMeAsync
public Future<EmergencyLocation> getCarrierservicesIntegrationsEmergencylocationsMeAsync(GetCarrierservicesIntegrationsEmergencylocationsMeRequest request, AsyncApiCallback<EmergencyLocation> callback) Get location for the logged in user- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getCarrierservicesIntegrationsEmergencylocationsMeAsync
public Future<ApiResponse<EmergencyLocation>> getCarrierservicesIntegrationsEmergencylocationsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmergencyLocation>> callback) Get location for the logged in user- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postCarrierservicesIntegrationsEmergencylocationsMeAsync
public Future<EmergencyLocation> postCarrierservicesIntegrationsEmergencylocationsMeAsync(PostCarrierservicesIntegrationsEmergencylocationsMeRequest request, AsyncApiCallback<EmergencyLocation> callback) Set current location for the logged in user- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postCarrierservicesIntegrationsEmergencylocationsMeAsync
public Future<ApiResponse<EmergencyLocation>> postCarrierservicesIntegrationsEmergencylocationsMeAsync(ApiRequest<EmergencyLocation> request, AsyncApiCallback<ApiResponse<EmergencyLocation>> callback) Set current location for the logged in user- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-