Package ai.toloka.client.v1.impl
Class AggregatedSolutionClientImpl
- java.lang.Object
-
- ai.toloka.client.v1.impl.AbstractClientImpl
-
- ai.toloka.client.v1.impl.AggregatedSolutionClientImpl
-
- All Implemented Interfaces:
AggregatedSolutionClient
public class AggregatedSolutionClientImpl extends AbstractClientImpl implements AggregatedSolutionClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ai.toloka.client.v1.impl.AbstractClientImpl
AbstractClientImpl.RequestExecutorWrapper<T>
-
-
Constructor Summary
Constructors Constructor Description AggregatedSolutionClientImpl(TolokaClientFactoryImpl factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatedSolutionOperation
aggregateSolutionsByPool(PoolAggregatedSolutionRequest request)
ModificationResult<AggregatedSolution>
aggregateSolutionsByTask(TaskAggregatedSolutionRequest request)
SearchResult<AggregatedSolution>
findAggregatedSolutions(java.lang.String operationId, AggregatedSolutionSearchRequest request)
-
Methods inherited from class ai.toloka.client.v1.impl.AbstractClientImpl
addVersionPrefix, create, executeAction, executeAsync, executeSyncAction, find, get, getFactory, getHttpClient, getHttpConsumer, getTolokaApiUrl, patch, update, upsert, upsertMultiple
-
-
-
-
Constructor Detail
-
AggregatedSolutionClientImpl
public AggregatedSolutionClientImpl(TolokaClientFactoryImpl factory)
-
-
Method Detail
-
aggregateSolutionsByPool
public AggregatedSolutionOperation aggregateSolutionsByPool(PoolAggregatedSolutionRequest request)
- Specified by:
aggregateSolutionsByPool
in interfaceAggregatedSolutionClient
-
aggregateSolutionsByTask
public ModificationResult<AggregatedSolution> aggregateSolutionsByTask(TaskAggregatedSolutionRequest request)
- Specified by:
aggregateSolutionsByTask
in interfaceAggregatedSolutionClient
-
findAggregatedSolutions
public SearchResult<AggregatedSolution> findAggregatedSolutions(java.lang.String operationId, AggregatedSolutionSearchRequest request)
- Specified by:
findAggregatedSolutions
in interfaceAggregatedSolutionClient
-
-