Package so.prelude.sdk.models
Class WatchFeedBackResponse
-
- All Implemented Interfaces:
public final class WatchFeedBackResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchFeedBackResponse.Builder
A builder for WatchFeedBackResponse.
-
Method Summary
Modifier and Type Method Description final String
id()
A unique identifier for your feedback request. final JsonField<String>
_id()
A unique identifier for your feedback request. final Map<String, JsonValue>
_additionalProperties()
final WatchFeedBackResponse
validate()
final WatchFeedBackResponse.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchFeedBackResponse.Builder
builder()
Returns a mutable builder for constructing an instance of WatchFeedBackResponse. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final WatchFeedBackResponse validate()
-
toBuilder
final WatchFeedBackResponse.Builder toBuilder()
-
builder
final static WatchFeedBackResponse.Builder builder()
Returns a mutable builder for constructing an instance of WatchFeedBackResponse.
The following fields are required:
.id()
-
-
-
-