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