RedirectURLsApi class

Constructors

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

createRedirectURL({CreateRedirectURLRequest? createRedirectURLRequest}) Future<RedirectURL?>
Create a redirect URL
createRedirectURLWithHttpInfo({CreateRedirectURLRequest? createRedirectURLRequest}) Future<Response>
Create a redirect URL
deleteRedirectURL(String id) Future<DeletedObject?>
Delete a redirect URL
deleteRedirectURLWithHttpInfo(String id) Future<Response>
Delete a redirect URL
getRedirectURL(String id) Future<RedirectURL?>
Retrieve a redirect URL
getRedirectURLWithHttpInfo(String id) Future<Response>
Retrieve a redirect URL
listRedirectURLs({bool? paginated, int? limit, int? offset}) Future<List<RedirectURL>?>
List all redirect URLs
listRedirectURLsWithHttpInfo({bool? paginated, int? limit, int? offset}) Future<Response>
List all redirect URLs
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