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