Package elemental2.dom
Interface RegistrationOptions
-
@JsType(isNative=true, namespace="<global>") public interface RegistrationOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RegistrationOptions
create()
java.lang.String
getScope()
java.lang.String
getUpdateViaCache()
boolean
isUseCache()
void
setScope(java.lang.String scope)
void
setUpdateViaCache(java.lang.String updateViaCache)
void
setUseCache(boolean useCache)
-
-
-
Method Detail
-
create
@JsOverlay static RegistrationOptions create()
-
getScope
@JsProperty java.lang.String getScope()
-
getUpdateViaCache
@JsProperty java.lang.String getUpdateViaCache()
-
isUseCache
@JsProperty boolean isUseCache()
-
setScope
@JsProperty void setScope(java.lang.String scope)
-
setUpdateViaCache
@JsProperty void setUpdateViaCache(java.lang.String updateViaCache)
-
setUseCache
@JsProperty void setUseCache(boolean useCache)
-
-