Package so.prelude.sdk.models
Class WatchSendFeedbacksParams
-
- All Implemented Interfaces:
-
so.prelude.sdk.core.Params
public final class WatchSendFeedbacksParams implements Params
Send feedback regarding your end-users verification funnel. Events will be analyzed for proactive fraud prevention and risk scoring.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchSendFeedbacksParams.Builder
A builder for WatchSendFeedbacksParams.
public final class
WatchSendFeedbacksParams.Body
public final class
WatchSendFeedbacksParams.Feedback
-
Method Summary
Modifier and Type Method Description final List<WatchSendFeedbacksParams.Feedback>
feedbacks()
A list of feedbacks to send. final JsonField<List<WatchSendFeedbacksParams.Feedback>>
_feedbacks()
Returns the raw JSON value of feedbacks. final Map<String, JsonValue>
_additionalBodyProperties()
final Headers
_additionalHeaders()
final QueryParams
_additionalQueryParams()
final WatchSendFeedbacksParams.Builder
toBuilder()
final WatchSendFeedbacksParams.Body
_body()
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. Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchSendFeedbacksParams.Builder
builder()
Returns a mutable builder for constructing an instance of WatchSendFeedbacksParams. -
-
Method Detail
-
feedbacks
final List<WatchSendFeedbacksParams.Feedback> feedbacks()
A list of feedbacks to send.
-
_feedbacks
final JsonField<List<WatchSendFeedbacksParams.Feedback>> _feedbacks()
Returns the raw JSON value of feedbacks.
Unlike feedbacks, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final WatchSendFeedbacksParams.Builder toBuilder()
-
_body
final WatchSendFeedbacksParams.Body _body()
-
_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.
-
builder
final static WatchSendFeedbacksParams.Builder builder()
Returns a mutable builder for constructing an instance of WatchSendFeedbacksParams.
The following fields are required:
.feedbacks()
-
-
-
-