Interface EvaluationService
-
- All Implemented Interfaces:
public interface EvaluationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEvaluationService.WithRawResponseA view of EvaluationService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract EvaluationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract EvaluationServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract RedTeamServiceredTeam()-
-
Method Detail
-
withRawResponse
abstract EvaluationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract EvaluationService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
redTeam
abstract RedTeamService redTeam()
-
-
-
-