public class AggregatedProjectionQuery extends Object implements ProjectionQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregatedProjectionQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.HttpUrl |
constructUrl(okhttp3.HttpUrl rootUrl)
Build the full URL for the projection query
|
Optional<Class> |
responseClass()
Class that the data in the projection result should be serialized to.
|
Optional<UUID> |
tenantId() |
public okhttp3.HttpUrl constructUrl(okhttp3.HttpUrl rootUrl)
ProjectionQueryconstructUrl in interface ProjectionQueryrootUrl - the root API url (normally Serialized public API)public Optional<UUID> tenantId()
tenantId in interface ProjectionQuerypublic Optional<Class> responseClass()
ProjectionQueryresponseClass in interface ProjectionQueryCopyright © 2019. All rights reserved.