Class TicketingDownloadTicketingAttachment.Async
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.TicketingDownloadTicketingAttachment.Async
-
- All Implemented Interfaces:
Operations.AsyncOperation<TicketingDownloadTicketingAttachmentResponse>,Operations.AsyncRequestOperation<TicketingDownloadTicketingAttachmentRequest,TicketingDownloadTicketingAttachmentResponse>
- Enclosing class:
- TicketingDownloadTicketingAttachment
public static class TicketingDownloadTicketingAttachment.Async extends java.lang.Object implements Operations.AsyncRequestOperation<TicketingDownloadTicketingAttachmentRequest,TicketingDownloadTicketingAttachmentResponse>
-
-
Constructor Summary
Constructors Constructor Description Async(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, java.util.concurrent.ScheduledExecutorService retryScheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>>doRequest(TicketingDownloadTicketingAttachmentRequest request)java.util.concurrent.CompletableFuture<TicketingDownloadTicketingAttachmentResponse>handleResponse(java.net.http.HttpResponse<Blob> response)
-
-
-
Constructor Detail
-
Async
public Async(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, java.util.concurrent.ScheduledExecutorService retryScheduler)
-
-
Method Detail
-
doRequest
public java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>> doRequest(TicketingDownloadTicketingAttachmentRequest request)
- Specified by:
doRequestin interfaceOperations.AsyncRequestOperation<TicketingDownloadTicketingAttachmentRequest,TicketingDownloadTicketingAttachmentResponse>
-
handleResponse
public java.util.concurrent.CompletableFuture<TicketingDownloadTicketingAttachmentResponse> handleResponse(java.net.http.HttpResponse<Blob> response)
- Specified by:
handleResponsein interfaceOperations.AsyncOperation<TicketingDownloadTicketingAttachmentResponse>
-
-