UsersApi class
Properties
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