@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCPeerConnectionIceErrorEventInit.Builder
extends RTCPeerConnectionIceErrorEventInit
RTCPeerConnectionIceErrorEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default RTCPeerConnectionIceErrorEventInit.Builder |
address(java.lang.String address) |
default RTCPeerConnectionIceErrorEventInit.Builder |
bubbles(boolean bubbles) |
default RTCPeerConnectionIceErrorEventInit.Builder |
cancelable(boolean cancelable) |
default RTCPeerConnectionIceErrorEventInit.Builder |
composed(boolean composed) |
default RTCPeerConnectionIceErrorEventInit.Builder |
errorCode(int errorCode) |
default RTCPeerConnectionIceErrorEventInit.Builder |
errorText(java.lang.String errorText) |
default RTCPeerConnectionIceErrorEventInit.Builder |
port(java.lang.Double port) |
default RTCPeerConnectionIceErrorEventInit.Builder |
url(java.lang.String url) |
address, errorCode, errorCode, errorText, port, setAddress, setErrorCode, setErrorText, setPort, setUrl, urlbubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder errorCode(int errorCode)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder address(@Nullable java.lang.String address)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder errorText(@Nonnull java.lang.String errorText)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder port(@Nullable java.lang.Double port)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder url(@Nonnull java.lang.String url)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default RTCPeerConnectionIceErrorEventInit.Builder composed(boolean composed)