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 Query
Query. addBooleanClausesItem(Query booleanClausesItem)
Query
Query. booleanClauses(List<Query> booleanClauses)
Query
Query. occurance(Query.OccuranceEnum occurance)
Query
Query. 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 Query
Query. addBooleanClausesItem(Query booleanClausesItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Query Modifier and Type Method Description Query
Query. booleanClauses(List<Query> booleanClauses)
void
Query. setBooleanClauses(List<Query> booleanClauses)