WaitlistEntriesApi class
Constructors
- WaitlistEntriesApi.new([ApiClient? apiClient])
Properties
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