Package | Description |
---|---|
com.vmware.vstats |
The
com.vmware.vstats component provides API interfaces and types used
in the vStats service. |
Modifier and Type | Field and Description |
---|---|
static QueryPredicate |
QueryPredicate.ALL
Matching all available id-s.
|
static QueryPredicate |
QueryPredicate.EQUAL
Matching id-s by equality.
|
Modifier and Type | Method and Description |
---|---|
QueryPredicate |
RsrcId.getPredicate()
Predicate to use to match resource Ids.
|
static QueryPredicate |
QueryPredicate.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static QueryPredicate[] |
QueryPredicate.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
RsrcId.setPredicate(QueryPredicate predicate)
Predicate to use to match resource Ids.
|
RsrcId.Builder |
RsrcId.Builder.setPredicate(QueryPredicate predicate)
Predicate to use to match resource Ids.
|