UsersApi class

Constructors

UsersApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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