Uses of Class
co.arago.hiro.client.rest.GraphAPI.QueryVerticesCommand
-
Packages that use GraphAPI.QueryVerticesCommand Package Description co.arago.hiro.client.rest -
-
Uses of GraphAPI.QueryVerticesCommand in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return GraphAPI.QueryVerticesCommand Modifier and Type Method Description GraphAPI.QueryVerticesCommandGraphAPI. queryVerticesCommand(java.lang.String query)query verticesprotected GraphAPI.QueryVerticesCommandGraphAPI.QueryVerticesCommand. self()GraphAPI.QueryVerticesCommandGraphAPI.QueryVerticesCommand. setCount(java.lang.Boolean count)Set countGraphAPI.QueryVerticesCommandGraphAPI.QueryVerticesCommand. setLimit(java.lang.Integer limit)Set limitGraphAPI.QueryVerticesCommandGraphAPI.QueryVerticesCommand. setOffset(java.lang.Integer offset)Set offsetGraphAPI.QueryVerticesCommandGraphAPI.QueryVerticesCommand. setOrder(java.lang.String order)Set order
-