@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface ClientQueryOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClientQueryOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClientQueryOptions.Builder |
create() |
boolean |
includeUncontrolled() |
void |
setIncludeUncontrolled(boolean includeUncontrolled) |
void |
setType(java.lang.String type) |
java.lang.String |
type() |
@JsOverlay @Nonnull static ClientQueryOptions.Builder create()
@JsProperty(name="includeUncontrolled") boolean includeUncontrolled()
@JsProperty void setIncludeUncontrolled(boolean includeUncontrolled)
@JsProperty(name="type") @ClientType java.lang.String type()
@JsProperty void setType(@ClientType @Nonnull java.lang.String type)