AllowListBlockListApi class
Constructors
- AllowListBlockListApi.new([ApiClient? apiClient])
Properties
Methods
-
createAllowlistIdentifier(
{CreateAllowlistIdentifierRequest? createAllowlistIdentifierRequest}) → Future< AllowlistIdentifier?> - Add identifier to the allow-list
-
createAllowlistIdentifierWithHttpInfo(
{CreateAllowlistIdentifierRequest? createAllowlistIdentifierRequest}) → Future< Response> - Add identifier to the allow-list
-
createBlocklistIdentifier(
{CreateBlocklistIdentifierRequest? createBlocklistIdentifierRequest}) → Future< BlocklistIdentifier?> - Add identifier to the block-list
-
createBlocklistIdentifierWithHttpInfo(
{CreateBlocklistIdentifierRequest? createBlocklistIdentifierRequest}) → Future< Response> - Add identifier to the block-list
-
deleteAllowlistIdentifier(
String identifierId) → Future< DeletedObject?> - Delete identifier from allow-list
-
deleteAllowlistIdentifierWithHttpInfo(
String identifierId) → Future< Response> - Delete identifier from allow-list
-
deleteBlocklistIdentifier(
String identifierId) → Future< DeletedObject?> - Delete identifier from block-list
-
deleteBlocklistIdentifierWithHttpInfo(
String identifierId) → Future< Response> - Delete identifier from block-list
-
listAllowlistIdentifiers(
{bool? paginated, int? limit, int? offset}) → Future< List< AllowlistIdentifier> ?> - List all identifiers on the allow-list
-
listAllowlistIdentifiersWithHttpInfo(
{bool? paginated, int? limit, int? offset}) → Future< Response> - List all identifiers on the allow-list
-
listBlocklistIdentifiers(
) → Future< BlocklistIdentifiers?> - List all identifiers on the block-list
-
listBlocklistIdentifiersWithHttpInfo(
) → Future< Response> - List all identifiers on the block-list
-
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