WatchlistScreeningIndividualGetRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WatchlistScreeningIndividualGetRequest({required String watchlistScreeningId, String? secret, String? clientId})
-
WatchlistScreeningIndividualGetRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- watchlistScreeningId → String
-
final
Methods
-
copyWith(
{String? watchlistScreeningId, String? secret, String? clientId}) → WatchlistScreeningIndividualGetRequest -
Available on WatchlistScreeningIndividualGetRequest, provided by the $WatchlistScreeningIndividualGetRequestExtension extension
-
copyWithWrapped(
{Wrapped< String> ? watchlistScreeningId, Wrapped<String?> ? secret, Wrapped<String?> ? clientId}) → WatchlistScreeningIndividualGetRequest -
Available on WatchlistScreeningIndividualGetRequest, provided by the $WatchlistScreeningIndividualGetRequestExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WatchlistScreeningIndividualGetRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WatchlistScreeningIndividualGetRequest instance)