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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
usersList({List<String>? projects}) Future<List<User>?>
Lists all users that are members in the same projects.
usersListWithHttpInfo({List<String>? projects}) Future<Response>
Lists all users that are members in the same projects.
usersMeRetrieve() Future<User?>
Get or update current user details.
usersMeRetrieveWithHttpInfo() Future<Response>
Get or update current user details.
usersMeUpdate({User? user}) Future<User?>
Get or update current user details.
usersMeUpdateWithHttpInfo({User? user}) Future<Response>
Get or update current user details.
usersRetrieve(String id) Future<User?>
Details of a single user.
usersRetrieveWithHttpInfo(String id) Future<Response>
Details of a single user.

Operators

operator ==(Object other) bool
The equality operator.
inherited