Interface CreateTemplateRequest
- All Known Subinterfaces:
CreateTemplateWithVersionRequest
public interface CreateTemplateRequest
CreateTemplateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
-
Method Details
-
getName
String getName()Name of the template being stored. Supports utf-8 characters and name will be down cased.Field is required
- Returns:
- name
-
getDescription
String getDescription()Description of the template being stored- Returns:
- description
-
getCreatedBy
String getCreatedBy()Optional metadata field api user can indicate who created the template.- Returns:
- createdBy
-
builder
Getting builder- Returns:
- New Builder instance
-