WaitlistEntriesApi class

Constructors

WaitlistEntriesApi.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

createWaitlistEntry({CreateWaitlistEntryRequest? createWaitlistEntryRequest}) Future<WaitlistEntry?>
Create a waitlist entry
createWaitlistEntryWithHttpInfo({CreateWaitlistEntryRequest? createWaitlistEntryRequest}) Future<Response>
Create a waitlist entry
listWaitlistEntries({int? limit, int? offset, String? query, String? status, String? orderBy}) Future<ListWaitlistEntries200Response?>
List all waitlist entries
listWaitlistEntriesWithHttpInfo({int? limit, int? offset, String? query, String? status, String? orderBy}) Future<Response>
List all waitlist entries
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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