Class WatchFeedBackParams
-
- All Implemented Interfaces:
-
so.prelude.sdk.core.Params
public final class WatchFeedBackParams implements Params
Once the user with a trustworthy phone number demonstrates authentic behavior, call this endpoint to report their authenticity to our systems.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchFeedBackParams.Body
public final class
WatchFeedBackParams.Builder
A builder for WatchFeedBackParams.
public final class
WatchFeedBackParams.Feedback
You should send a feedback event back to Watch API when your user demonstrates authentic behavior.
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.
-
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>
_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 WatchFeedBackParams.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchFeedBackParams.Builder
builder()
Returns a mutable builder for constructing an instance of WatchFeedBackParams. -
-
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.
-
_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 WatchFeedBackParams.Builder toBuilder()
-
builder
final static WatchFeedBackParams.Builder builder()
Returns a mutable builder for constructing an instance of WatchFeedBackParams.
The following fields are required:
.feedback() .target()
-
-
-
-