Class WatchPredictParams
-
- All Implemented Interfaces:
-
so.prelude.sdk.core.Params
public final class WatchPredictParams implements Params
Identify trustworthy phone numbers to mitigate fake traffic or traffic involved in fraud and international revenue share fraud (IRSF) patterns. This endpoint must be implemented in conjunction with the
watch/feedback
endpoint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchPredictParams.Body
public final class
WatchPredictParams.Builder
A builder for WatchPredictParams.
public final class
WatchPredictParams.Target
The verification target. Either a phone number or an email address. To use the email verification feature contact us to discuss your use case.
public final class
WatchPredictParams.Signals
It is highly recommended that you provide the signals to increase prediction performance.
-
Method Summary
Modifier and Type Method Description final WatchPredictParams.Target
target()
The verification target. final Optional<WatchPredictParams.Signals>
signals()
It is highly recommended that you provide the signals to increase prediction performance. final JsonField<WatchPredictParams.Target>
_target()
The verification target. final JsonField<WatchPredictParams.Signals>
_signals()
It is highly recommended that you provide the signals to increase prediction performance. final Map<String, JsonValue>
_additionalBodyProperties()
final Headers
_additionalHeaders()
final QueryParams
_additionalQueryParams()
Headers
_headers()
The full set of headers in the parameters, including both fixed and additional headers. QueryParams
_queryParams()
The full set of query params in the parameters, including both fixed and additional query params. final WatchPredictParams.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchPredictParams.Builder
builder()
Returns a mutable builder for constructing an instance of WatchPredictParams. -
-
Method Detail
-
target
final WatchPredictParams.Target target()
The verification target. Either a phone number or an email address. To use the email verification feature contact us to discuss your use case.
-
signals
final Optional<WatchPredictParams.Signals> signals()
It is highly recommended that you provide the signals to increase prediction performance.
-
_target
final JsonField<WatchPredictParams.Target> _target()
The verification target. Either a phone number or an email address. To use the email verification feature contact us to discuss your use case.
-
_signals
final JsonField<WatchPredictParams.Signals> _signals()
It is highly recommended that you provide the signals to increase prediction performance.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
toBuilder
final WatchPredictParams.Builder toBuilder()
-
builder
final static WatchPredictParams.Builder builder()
Returns a mutable builder for constructing an instance of WatchPredictParams.
The following fields are required:
.target()
-
-
-
-