ClientsApi class

Constructors

ClientsApi.new([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

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