Interface StepService
-
- All Implemented Interfaces:
public interface StepService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceStepService.WithRawResponseA view of StepService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract StepService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RunStepretrieve(StepRetrieveParams params)Retrieves a run step. abstract RunStepretrieve(StepRetrieveParams params, RequestOptions requestOptions)StepListPagelist(StepListParams params)Returns a list of run steps belonging to a run. abstract StepListPagelist(StepListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract StepService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
RunStep retrieve(StepRetrieveParams params)
Retrieves a run step.
-
retrieve
abstract RunStep retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
StepListPage list(StepListParams params)
Returns a list of run steps belonging to a run.
-
list
abstract StepListPage list(StepListParams params, RequestOptions requestOptions)
-
-
-
-