Interface InputItemServiceAsync
-
- All Implemented Interfaces:
public interface InputItemServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
InputItemServiceAsync.WithRawResponse
A view of InputItemServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract InputItemServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<InputItemListPageAsync>
list(InputItemListParams params)
Returns a list of input items for a given response. abstract CompletableFuture<InputItemListPageAsync>
list(InputItemListParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract InputItemServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
list
CompletableFuture<InputItemListPageAsync> list(InputItemListParams params)
Returns a list of input items for a given response.
-
list
abstract CompletableFuture<InputItemListPageAsync> list(InputItemListParams params, RequestOptions requestOptions)
-
-
-
-