Interface Template
public interface Template
Template
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Template.Builderbuilder()Getting builderCreation date in RFC822 formatIndicate who created the templateDescription of the templategetId()Template IDgetName()Name of the template
-
Method Details
-
getName
String getName()Name of the templateField is required
- Returns:
- name
-
getDescription
String getDescription()Description of the template- Returns:
- description
-
getCreatedAt
Instant getCreatedAt()Creation date in RFC822 format- Returns:
- createdAt
- Read Only
- This field is returned by the server and cannot be modified
-
getCreatedBy
String getCreatedBy()Indicate who created the template- Returns:
- createdBy
-
getId
String getId()Template ID- Returns:
- id
- Read Only
- This field is returned by the server and cannot be modified
-
builder
Getting builder- Returns:
- New Builder instance
-