Package com.mypurecloud.sdk.v2.api
Class UtilitiesApiAsync
java.lang.Object
com.mypurecloud.sdk.v2.api.UtilitiesApiAsync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDateAsync(GetDateRequest request, AsyncApiCallback<ServerDate> callback) Get the current system date/timegetDateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ServerDate>> callback) Get the current system date/timegetIprangesAsync(GetIprangesRequest request, AsyncApiCallback<IpAddressRangeListing> callback) Get public ip address ranges for Genesys CloudgetIprangesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IpAddressRangeListing>> callback) Get public ip address ranges for Genesys CloudgetTimezonesAsync(GetTimezonesRequest request, AsyncApiCallback<TimeZoneEntityListing> callback) Get time zones listgetTimezonesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TimeZoneEntityListing>> callback) Get time zones listpostCertificateDetailsAsync(PostCertificateDetailsRequest request, AsyncApiCallback<ParsedCertificate> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.postCertificateDetailsAsync(ApiRequest<Certificate> request, AsyncApiCallback<ApiResponse<ParsedCertificate>> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.
-
Constructor Details
-
UtilitiesApiAsync
public UtilitiesApiAsync() -
UtilitiesApiAsync
-
-
Method Details
-
getDateAsync
public Future<ServerDate> getDateAsync(GetDateRequest request, AsyncApiCallback<ServerDate> callback) Get the current system date/time- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getDateAsync
public Future<ApiResponse<ServerDate>> getDateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ServerDate>> callback) Get the current system date/time- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getIprangesAsync
public Future<IpAddressRangeListing> getIprangesAsync(GetIprangesRequest request, AsyncApiCallback<IpAddressRangeListing> callback) Get public ip address ranges for Genesys Cloud- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getIprangesAsync
public Future<ApiResponse<IpAddressRangeListing>> getIprangesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IpAddressRangeListing>> callback) Get public ip address ranges for Genesys Cloud- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getTimezonesAsync
public Future<TimeZoneEntityListing> getTimezonesAsync(GetTimezonesRequest request, AsyncApiCallback<TimeZoneEntityListing> callback) Get time zones list- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getTimezonesAsync
public Future<ApiResponse<TimeZoneEntityListing>> getTimezonesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TimeZoneEntityListing>> callback) Get time zones list- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postCertificateDetailsAsync
public Future<ParsedCertificate> postCertificateDetailsAsync(PostCertificateDetailsRequest request, AsyncApiCallback<ParsedCertificate> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
postCertificateDetailsAsync
public Future<ApiResponse<ParsedCertificate>> postCertificateDetailsAsync(ApiRequest<Certificate> request, AsyncApiCallback<ApiResponse<ParsedCertificate>> callback) Returns the information about an X509 PEM encoded certificate or certificate chain.- Parameters:
request- the request objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-