Package com.courier.models.automations
Class AutomationTemplateListResponse
-
- All Implemented Interfaces:
public final class AutomationTemplateListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAutomationTemplateListResponse.BuilderA builder for AutomationTemplateListResponse.
-
Method Summary
Modifier and Type Method Description final Optional<String>cursor()A cursor token for pagination. final Optional<List<AutomationTemplate>>templates()final JsonField<String>_cursor()Returns the raw JSON value of cursor. final JsonField<List<AutomationTemplate>>_templates()Returns the raw JSON value of templates. final Map<String, JsonValue>_additionalProperties()final AutomationTemplateListResponse.BuildertoBuilder()final AutomationTemplateListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AutomationTemplateListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AutomationTemplateListResponse. -
-
Method Detail
-
cursor
final Optional<String> cursor()
A cursor token for pagination. Present when there are more results available.
-
templates
final Optional<List<AutomationTemplate>> templates()
-
_cursor
final JsonField<String> _cursor()
Returns the raw JSON value of cursor.
Unlike cursor, this method doesn't throw if the JSON field has an unexpected type.
-
_templates
final JsonField<List<AutomationTemplate>> _templates()
Returns the raw JSON value of templates.
Unlike templates, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AutomationTemplateListResponse.Builder toBuilder()
-
validate
final AutomationTemplateListResponse 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 AutomationTemplateListResponse.Builder builder()
Returns a mutable builder for constructing an instance of AutomationTemplateListResponse.
-
-
-
-