Package so.prelude.sdk.models
Class WatchFeedBackParams.Body
-
- All Implemented Interfaces:
public final class WatchFeedBackParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchFeedBackParams.Body.Builder
A builder for Body.
-
Method Summary
Modifier and Type Method Description final WatchFeedBackParams.Feedback
feedback()
You should send a feedback event back to Watch API when your user demonstrates authentic behavior. final WatchFeedBackParams.Target
target()
The verification target. final JsonField<WatchFeedBackParams.Feedback>
_feedback()
You should send a feedback event back to Watch API when your user demonstrates authentic behavior. final JsonField<WatchFeedBackParams.Target>
_target()
The verification target. final Map<String, JsonValue>
_additionalProperties()
final WatchFeedBackParams.Body
validate()
final WatchFeedBackParams.Body.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchFeedBackParams.Body.Builder
builder()
Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
feedback
final WatchFeedBackParams.Feedback feedback()
You should send a feedback event back to Watch API when your user demonstrates authentic behavior.
-
target
final WatchFeedBackParams.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.
-
_feedback
final JsonField<WatchFeedBackParams.Feedback> _feedback()
You should send a feedback event back to Watch API when your user demonstrates authentic behavior.
-
_target
final JsonField<WatchFeedBackParams.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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final WatchFeedBackParams.Body validate()
-
toBuilder
final WatchFeedBackParams.Body.Builder toBuilder()
-
builder
final static WatchFeedBackParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.feedback() .target()
-
-
-
-