Class AggregatedProjectionQuery
java.lang.Object
io.serialized.client.projection.query.AggregatedProjectionQuery
- All Implemented Interfaces:
ProjectionQuery
public class AggregatedProjectionQuery extends Object implements ProjectionQuery
A query object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAggregatedProjectionQuery.Builder -
Method Summary
Modifier and Type Method Description okhttp3.HttpUrlconstructUrl(okhttp3.HttpUrl rootUrl)Build the full URL for the projection queryOptional<Class>responseClass()Class that the data in the projection result should be serialized to.Optional<UUID>tenantId()
-
Method Details
-
constructUrl
public okhttp3.HttpUrl constructUrl(okhttp3.HttpUrl rootUrl)Description copied from interface:ProjectionQueryBuild the full URL for the projection query- Specified by:
constructUrlin interfaceProjectionQuery- Parameters:
rootUrl- the root API url (normally Serialized public API)- Returns:
- the full query url
-
tenantId
- Specified by:
tenantIdin interfaceProjectionQuery
-
responseClass
Description copied from interface:ProjectionQueryClass that the data in the projection result should be serialized to.- Specified by:
responseClassin interfaceProjectionQuery- Returns:
- the response class
-