Class TemplateListResponse
-
- All Implemented Interfaces:
public final class TemplateListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTemplateListResponse.BuilderA builder for TemplateListResponse.
public final classTemplateListResponse.Template
-
Method Summary
Modifier and Type Method Description final Optional<List<TemplateListResponse.Template>>templates()final JsonField<List<TemplateListResponse.Template>>_templates()Returns the raw JSON value of templates. final Map<String, JsonValue>_additionalProperties()final TemplateListResponse.BuildertoBuilder()final TemplateListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TemplateListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of TemplateListResponse. -
-
Method Detail
-
templates
final Optional<List<TemplateListResponse.Template>> templates()
-
_templates
final JsonField<List<TemplateListResponse.Template>> _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 TemplateListResponse.Builder toBuilder()
-
validate
final TemplateListResponse 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 TemplateListResponse.Builder builder()
Returns a mutable builder for constructing an instance of TemplateListResponse.
-
-
-
-