Interface CreateTemplateRequest

All Known Subinterfaces:
CreateTemplateWithVersionRequest

public interface CreateTemplateRequest
CreateTemplateRequest
  • 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