Class UserSaveRequest

    • Constructor Detail

      • UserSaveRequest

        public UserSaveRequest()
    • Method Detail

      • isUpdate

        public boolean isUpdate()
        This determines whether to update an existing user with the attributes provided. If the user exists and this flag is false, the user is not updated. If the user doesn't exist, this flag is ignored and the user is created.
        Returns:
        update
      • setUpdate

        public void setUpdate​(boolean update)