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