Class EditTemplate


  • public final class EditTemplate
    extends java.lang.Object
    • Method Detail

      • getObject

        public java.lang.String getObject()
        Returns:
        The type of object. Will always be "edit_template".
      • getId

        public java.lang.String getId()
        Returns:
        A unique identifier for the edit template.

        Example: "edt_xK9mLPqRtN3vS8wF5hB2cQ"

      • getName

        public java.lang.String getName()
        Returns:
        The name of the edit template.
      • getDescription

        public java.util.Optional<java.lang.String> getDescription()
        Returns:
        The description of the edit template, if one was provided.
      • getFile

        public FileSummary getFile()
        Returns:
        The source file associated with this edit template.
      • getConfig

        public EditConfig getConfig()
        Returns:
        Default edit configuration saved on the template. Empty when no edit configuration was saved.
      • getSchemaConfig

        public java.util.Optional<EditSchemaGenerationConfig> getSchemaConfig()
        Returns:
        Optional schema generation configuration saved on the template.
      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
      • getUpdatedAt

        public java.time.OffsetDateTime getUpdatedAt()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object