Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Query
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Query in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Query Modifier and Type Method Description QueryQuery. addBooleanClausesItem(Query booleanClausesItem)QueryQuery. booleanClauses(List<Query> booleanClauses)QueryQuery. occurance(Query.OccuranceEnum occurance)QueryQuery. term(QueryTerm term)Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type Query Modifier and Type Method Description List<Query>Query. getBooleanClauses()Get booleanClausesMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Query Modifier and Type Method Description QueryQuery. addBooleanClausesItem(Query booleanClausesItem)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Query Modifier and Type Method Description QueryQuery. booleanClauses(List<Query> booleanClauses)voidQuery. setBooleanClauses(List<Query> booleanClauses)