Package com.courier.models.notifications
Class NotificationTemplateVersionListResponse
-
- All Implemented Interfaces:
public final class NotificationTemplateVersionListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationTemplateVersionListResponse.BuilderA builder for NotificationTemplateVersionListResponse.
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<VersionNode>versions()final JsonField<Paging>_paging()Returns the raw JSON value of paging. final JsonField<List<VersionNode>>_versions()Returns the raw JSON value of versions. final Map<String, JsonValue>_additionalProperties()final NotificationTemplateVersionListResponse.BuildertoBuilder()final NotificationTemplateVersionListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationTemplateVersionListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of NotificationTemplateVersionListResponse. -
-
Method Detail
-
versions
final List<VersionNode> versions()
-
_paging
final JsonField<Paging> _paging()
Returns the raw JSON value of paging.
Unlike paging, this method doesn't throw if the JSON field has an unexpected type.
-
_versions
final JsonField<List<VersionNode>> _versions()
Returns the raw JSON value of versions.
Unlike versions, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationTemplateVersionListResponse.Builder toBuilder()
-
validate
final NotificationTemplateVersionListResponse 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 NotificationTemplateVersionListResponse.Builder builder()
Returns a mutable builder for constructing an instance of NotificationTemplateVersionListResponse.
The following fields are required:
.paging() .versions()
-
-
-
-