Package com.courier.models.notifications
Class NotificationContentMutationResponse.Element
-
- All Implemented Interfaces:
public final class NotificationContentMutationResponse.Element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationContentMutationResponse.Element.BuilderA builder for Element.
-
Method Summary
Modifier and Type Method Description final Stringid()final Stringchecksum()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_checksum()Returns the raw JSON value of checksum. final Map<String, JsonValue>_additionalProperties()final NotificationContentMutationResponse.Element.BuildertoBuilder()final NotificationContentMutationResponse.Elementvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationContentMutationResponse.Element.Builderbuilder()Returns a mutable builder for constructing an instance of Element. -
-
Method Detail
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_checksum
final JsonField<String> _checksum()
Returns the raw JSON value of checksum.
Unlike checksum, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationContentMutationResponse.Element.Builder toBuilder()
-
validate
final NotificationContentMutationResponse.Element validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static NotificationContentMutationResponse.Element.Builder builder()
Returns a mutable builder for constructing an instance of Element.
The following fields are required:
.id() .checksum()
-
-
-
-