Package so.prelude.sdk.models
Class WatchFeedBackParams.Target
-
- All Implemented Interfaces:
public final class WatchFeedBackParams.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchFeedBackParams.Target.Builder
A builder for Target.
public final class
WatchFeedBackParams.Target.Type
The type of the target. Either "phone_number" or "email_address".
-
Method Summary
Modifier and Type Method Description final WatchFeedBackParams.Target.Type
type()
The type of the target. final String
value()
An E.164 formatted phone number or an email address. final JsonField<WatchFeedBackParams.Target.Type>
_type()
The type of the target. final JsonField<String>
_value()
An E.164 formatted phone number or an email address. final Map<String, JsonValue>
_additionalProperties()
final WatchFeedBackParams.Target
validate()
final WatchFeedBackParams.Target.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchFeedBackParams.Target.Builder
builder()
Returns a mutable builder for constructing an instance of Target. -
-
Method Detail
-
type
final WatchFeedBackParams.Target.Type type()
The type of the target. Either "phone_number" or "email_address".
-
_type
final JsonField<WatchFeedBackParams.Target.Type> _type()
The type of the target. Either "phone_number" or "email_address".
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final WatchFeedBackParams.Target validate()
-
toBuilder
final WatchFeedBackParams.Target.Builder toBuilder()
-
builder
final static WatchFeedBackParams.Target.Builder builder()
Returns a mutable builder for constructing an instance of Target.
The following fields are required:
.type() .value()
-
-
-
-