-
public final class QueryObjectsRequestRequest object containing input parameters for the RuntimeDomain.queryObjects command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringprototypeObjectIdprivate final StringobjectGroup
-
Constructor Summary
Constructors Constructor Description QueryObjectsRequest(String prototypeObjectId, String objectGroup)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final QueryObjectsRequestcopy(String prototypeObjectId, String objectGroup)final StringgetPrototypeObjectId()Identifier of the prototype to return objects for. final StringgetObjectGroup()Symbolic group name that can be used to release the results. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final QueryObjectsRequest copy(String prototypeObjectId, String objectGroup)
-
getPrototypeObjectId
final String getPrototypeObjectId()
Identifier of the prototype to return objects for.
-
getObjectGroup
final String getObjectGroup()
Symbolic group name that can be used to release the results.
-
-
-
-