public final class VendorQuery extends Object implements QueryProperties.Bounds
Vendors to determine what
subset of vendors you are interested in. Besides the usual QueryBounds parameters,
you can specify whether to query all vendors (the default) or only the vendors that are
associated with the current authenticated user.| Modifier and Type | Class and Description |
|---|---|
static class |
VendorQuery.Builder
Builder class for
VendorQuery. |
| Modifier and Type | Method and Description |
|---|---|
static VendorQuery |
any()
Returns a VendorQuery with default criteria.
|
static VendorQuery.Builder |
builder()
Returns a new
VendorQuery.Builder for constructing a VendorQuery. |
static VendorQuery.Builder |
builder(VendorQuery query)
Returns a new
VendorQuery.Builder for constructing a VendorQuery based on an existing VendorQuery. |
boolean |
equals(Object other) |
QueryBounds |
getBounds()
The offset/limit parameters attached to this query.
|
int |
hashCode() |
boolean |
isForThisUserOnly()
True if the client is querying only the list of vendors that are associated with the
current authenticated user.
|
String |
toString() |
public static VendorQuery.Builder builder()
VendorQuery.Builder for constructing a VendorQuery.public static VendorQuery any()
public static VendorQuery.Builder builder(VendorQuery query)
VendorQuery.Builder for constructing a VendorQuery based on an existing VendorQuery.public QueryBounds getBounds()
QueryProperties.BoundsgetBounds in interface QueryProperties.BoundsQueryBuilderProperties.Bounds.bounds(QueryBounds)public boolean isForThisUserOnly()
Copyright © 2016 Atlassian. All rights reserved.