@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface TxAuthGenericArg
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TxAuthGenericArg.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArrayBuffer |
content() |
java.lang.String |
contentType() |
static TxAuthGenericArg.Builder |
create(ArrayBuffer content,
java.lang.String contentType) |
void |
setContent(ArrayBuffer content) |
void |
setContentType(java.lang.String contentType) |
@JsOverlay @Nonnull static TxAuthGenericArg.Builder create(@Nonnull ArrayBuffer content, @Nonnull java.lang.String contentType)
@JsProperty(name="content") @Nonnull ArrayBuffer content()
@JsProperty
void setContent(@Nonnull
ArrayBuffer content)
@JsProperty(name="contentType") @Nonnull java.lang.String contentType()
@JsProperty
void setContentType(@Nonnull
java.lang.String contentType)