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