Class StaticRegistrationOptions

    • Constructor Detail

      • StaticRegistrationOptions

        public StaticRegistrationOptions()
      • StaticRegistrationOptions

        public StaticRegistrationOptions​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
        The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
      • setId

        public void setId​(java.lang.String id)
        The id used to register the request. The id can be used to deregister the request again. See also Registration#id.