public interface Template
Template
  • Method Details

    • getName

      String getName()
      Name of the template

      Field 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

      static Template.Builder builder()
      Getting builder
      Returns:
      New Builder instance