UsersApi class
Properties
Methods
-
createUser(
String username, UserRequestBody userRequestBody) → Future< SuccessResponse?> - Creates a new user
-
createUserWithHttpInfo(
String username, UserRequestBody userRequestBody) → Future< Response> - Creates a new user
-
deleteUser(
String username) → Future< SuccessResponse?> - Deletes user
-
deleteUserWithHttpInfo(
String username) → Future< Response> - Deletes user
-
listUsers(
) → Future< List< User> ?> - Returns the list of all users registered for that OEM
-
listUsersWithHttpInfo(
) → Future< Response> - Returns the list of all users registered for that OEM
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerEditor(
RegisterEditorRequestBody registerEditorRequestBody) → Future< void> - Registers the editor
-
registerEditorWithHttpInfo(
RegisterEditorRequestBody registerEditorRequestBody) → Future< Response> - Registers the editor
-
toString(
) → String -
A string representation of this object.
inherited
-
updateUser(
String username, UserRequestBody userRequestBody) → Future< SuccessResponse?> - Updates user
-
updateUserWithHttpInfo(
String username, UserRequestBody userRequestBody) → Future< Response> - Updates user
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited