public class Query
Modifier and Type | Class and Description |
---|---|
static class |
Query.Companion |
Modifier and Type | Field and Description |
---|---|
static Query.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
void |
cleanOfflineData() |
Query |
endAt(java.lang.String name) |
Query |
endAt() |
Query |
equalTo(java.lang.String name) |
protected void |
finalize() |
java.lang.String |
getPath() |
com.orange.webcom.sdk.internal.util.Id |
getUid() |
Query |
limit(int lim) |
void |
off() |
void |
off(Query.Event eventType) |
void |
off(Query.Event eventType,
OnQuery callback) |
void |
off(java.util.List<? extends com.orange.webcom.sdk.Query.Event> eventTypes,
OnQuery callback) |
void |
offPreservingOfflineData() |
void |
offPreservingOfflineData(Query.Event eventType) |
void |
offPreservingOfflineData(Query.Event eventType,
OnQuery callback) |
void |
offPreservingOfflineData(java.util.List<? extends com.orange.webcom.sdk.Query.Event> eventTypes,
OnQuery callback) |
java.lang.String |
offlineData() |
void |
on(Query.Event eventType,
OnQuery callback) |
void |
on(java.util.List<? extends com.orange.webcom.sdk.Query.Event> eventTypes,
OnQuery callback) |
void |
once(Query.Event eventType,
OnQuery callback) |
java.lang.String |
path() |
java.lang.String |
queryIdentifier() |
java.util.Map<?,?> |
queryObject() |
Webcom |
ref() |
Query |
startAt(java.lang.String name) |
Query |
startAt() |
public static Query.Companion Companion
@NotNull public com.orange.webcom.sdk.internal.util.Id getUid()
@JvmOverloads @NotNull public Query endAt(@Nullable java.lang.String name)
@JvmOverloads @NotNull public Query endAt()
@NotNull public Query equalTo(@NotNull java.lang.String name)
@JvmOverloads @NotNull public Query startAt(@Nullable java.lang.String name)
@JvmOverloads @NotNull public Query startAt()
@NotNull public Query limit(int lim)
public void off()
public void off(@NotNull Query.Event eventType)
public void off(@NotNull Query.Event eventType, @NotNull OnQuery callback)
public void off(@NotNull java.util.List<? extends com.orange.webcom.sdk.Query.Event> eventTypes, @NotNull OnQuery callback)
public void offPreservingOfflineData()
public void offPreservingOfflineData(@NotNull Query.Event eventType)
public void offPreservingOfflineData(@NotNull Query.Event eventType, @NotNull OnQuery callback)
public void offPreservingOfflineData(@NotNull java.util.List<? extends com.orange.webcom.sdk.Query.Event> eventTypes, @NotNull OnQuery callback)
public void on(@NotNull Query.Event eventType, @NotNull OnQuery callback)
public void on(@NotNull java.util.List<? extends com.orange.webcom.sdk.Query.Event> eventTypes, @NotNull OnQuery callback)
public void once(@NotNull Query.Event eventType, @NotNull OnQuery callback)
@NotNull public Webcom ref()
@NotNull public java.lang.String queryIdentifier()
@NotNull public java.util.Map<?,?> queryObject()
public void cleanOfflineData()
@NotNull public java.lang.String offlineData()
protected void finalize()
@NotNull public java.lang.String path()
@NotNull public java.lang.String getPath()