ClientsApi class
Constructors
- ClientsApi.new([ApiClient? apiClient])
Properties
Methods
-
getClient(
String clientId) → Future< Client?> - Get a client
-
getClientList(
{bool? paginated, int? limit, int? offset}) → Future< List< Client> ?> - List all clients
-
getClientListWithHttpInfo(
{bool? paginated, int? limit, int? offset}) → Future< Response> - List all clients
-
getClientWithHttpInfo(
String clientId) → Future< Response> - Get a client
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verifyClient(
{VerifyClientRequest? verifyClientRequest}) → Future< Client?> - Verify a client
-
verifyClientWithHttpInfo(
{VerifyClientRequest? verifyClientRequest}) → Future< Response> - Verify a client
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited