Class UserUpdateOptions

    • Constructor Detail

      • UserUpdateOptions

        public UserUpdateOptions()
    • Method Detail

      • getPasswd

        public String getPasswd()
      • passwd

        public UserUpdateOptions passwd​(String passwd)
        Parameters:
        passwd - The user password
        Returns:
        options
      • getActive

        public Boolean getActive()
      • active

        public UserUpdateOptions active​(Boolean active)
        Parameters:
        active - An optional flag that specifies whether the user is active. If not specified, this will default to true
        Returns:
        options