Package com.courier.models.notifications
Class NotificationLocalePutRequest.Element
-
- All Implemented Interfaces:
public final class NotificationLocalePutRequest.Element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationLocalePutRequest.Element.BuilderA builder for Element.
-
Method Summary
Modifier and Type Method Description final Stringid()Target element ID. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final NotificationLocalePutRequest.Element.BuildertoBuilder()final NotificationLocalePutRequest.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 NotificationLocalePutRequest.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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationLocalePutRequest.Element.Builder toBuilder()
-
validate
final NotificationLocalePutRequest.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 NotificationLocalePutRequest.Element.Builder builder()
Returns a mutable builder for constructing an instance of Element.
The following fields are required:
.id()
-
-
-
-