Package so.prelude.sdk.models
Class WatchPredictParams.Body
-
- All Implemented Interfaces:
public final class WatchPredictParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchPredictParams.Body.Builder
A builder for Body.
-
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>
_additionalProperties()
final WatchPredictParams.Body
validate()
final WatchPredictParams.Body.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchPredictParams.Body.Builder
builder()
Returns a mutable builder for constructing an instance of Body. -
-
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final WatchPredictParams.Body validate()
-
toBuilder
final WatchPredictParams.Body.Builder toBuilder()
-
builder
final static WatchPredictParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.target()
-
-
-
-