Interface RegistrationOptions


  • @JsType(isNative=true,
            namespace="<global>")
    public interface RegistrationOptions
    • Method Detail

      • 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)