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