Class QueryByIdRequest
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Query
com.cloudimpl.outstack.runtime.domainspec.QueryByIdRequest
- All Implemented Interfaces:
IQuery
public class QueryByIdRequest extends Query
- Author:
- nuwan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryByIdRequest.BuilderNested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Query
Query.Direction, Query.Order, Query.PagingRequest -
Constructor Summary
Constructors Constructor Description QueryByIdRequest(QueryByIdRequest.Builder builder) -
Method Summary
Modifier and Type Method Description static QueryByIdRequest.Builderbuilder()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Query
getContext, getId, getMapAttr, getPagingReq, getRootId, getTenantId, id, queryName, rootId, setContext, setId, setMapAttr, setPageable, setRootId, setTenantId, setVersion, tenantId, unwrap, versionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QueryByIdRequest
-
-
Method Details
-
builder
-