com.joypeg.scamandrill.models

MTemplateAddResponses

case class MTemplateAddResponses(slug: String, name: String, labels: List[String], code: String, subject: String, from_email: Option[String], from_name: Option[String], text: String, publish_name: String, publish_code: Option[String], publish_subject: Option[String], publish_from_email: Option[String], publish_from_name: Option[String], publish_text: Option[String], published_at: Option[String], created_at: String, updated_at: String) extends MandrillResponse with Product with Serializable

Information about the template

slug

- the immutable unique code name of the template

name

- the name of the template

labels

- the list of labels applied to the template

code

- the full HTML code of the template, with mc:edit attributes marking the editable elements - draft version

subject

- the subject line of the template, if provided - draft version

from_email

- the default sender address for the template, if provided - draft version

from_name

- the default sender from name for the template, if provided - draft version

text

- the default text part of messages sent with the template, if provided - draft version

publish_name

- the same as the template name - kept as a separate field for backwards compatibility

publish_code

- the full HTML code of the template, with mc:edit attributes marking the editable elements that are available as published, if it has been published

publish_subject

- the subject line of the template, if provided

publish_from_email

- the default sender address for the template, if provided

publish_from_name

- the default sender from name for the template, if provided

publish_text

- the default text part of messages sent with the template, if provided

published_at

- the date and time the template was last published as a UTC string in YYYY-MM-DD HH:MM:SS format, or null if it has not been published

created_at

- the date and time the template was first created as a UTC string in YYYY-MM-DD HH:MM:SS format

updated_at

- the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format

Linear Supertypes
Serializable, Serializable, Product, Equals, MandrillResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MTemplateAddResponses
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MandrillResponse
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MTemplateAddResponses(slug: String, name: String, labels: List[String], code: String, subject: String, from_email: Option[String], from_name: Option[String], text: String, publish_name: String, publish_code: Option[String], publish_subject: Option[String], publish_from_email: Option[String], publish_from_name: Option[String], publish_text: Option[String], published_at: Option[String], created_at: String, updated_at: String)

    slug

    - the immutable unique code name of the template

    name

    - the name of the template

    labels

    - the list of labels applied to the template

    code

    - the full HTML code of the template, with mc:edit attributes marking the editable elements - draft version

    subject

    - the subject line of the template, if provided - draft version

    from_email

    - the default sender address for the template, if provided - draft version

    from_name

    - the default sender from name for the template, if provided - draft version

    text

    - the default text part of messages sent with the template, if provided - draft version

    publish_name

    - the same as the template name - kept as a separate field for backwards compatibility

    publish_code

    - the full HTML code of the template, with mc:edit attributes marking the editable elements that are available as published, if it has been published

    publish_subject

    - the subject line of the template, if provided

    publish_from_email

    - the default sender address for the template, if provided

    publish_from_name

    - the default sender from name for the template, if provided

    publish_text

    - the default text part of messages sent with the template, if provided

    published_at

    - the date and time the template was last published as a UTC string in YYYY-MM-DD HH:MM:SS format, or null if it has not been published

    created_at

    - the date and time the template was first created as a UTC string in YYYY-MM-DD HH:MM:SS format

    updated_at

    - the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val code: String

    - the full HTML code of the template, with mc:edit attributes marking the editable elements - draft version

  7. val created_at: String

    - the date and time the template was first created as a UTC string in YYYY-MM-DD HH:MM:SS format

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val from_email: Option[String]

    - the default sender address for the template, if provided - draft version

  11. val from_name: Option[String]

    - the default sender from name for the template, if provided - draft version

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. val labels: List[String]

    - the list of labels applied to the template

  15. val name: String

    - the name of the template

  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. val publish_code: Option[String]

    - the full HTML code of the template, with mc:edit attributes marking the editable elements that are available as published, if it has been published

  20. val publish_from_email: Option[String]

    - the default sender address for the template, if provided

  21. val publish_from_name: Option[String]

    - the default sender from name for the template, if provided

  22. val publish_name: String

    - the same as the template name - kept as a separate field for backwards compatibility

  23. val publish_subject: Option[String]

    - the subject line of the template, if provided

  24. val publish_text: Option[String]

    - the default text part of messages sent with the template, if provided

  25. val published_at: Option[String]

    - the date and time the template was last published as a UTC string in YYYY-MM-DD HH:MM:SS format, or null if it has not been published

  26. val slug: String

    - the immutable unique code name of the template

  27. val subject: String

    - the subject line of the template, if provided - draft version

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. val text: String

    - the default text part of messages sent with the template, if provided - draft version

  30. val updated_at: String

    - the date and time the template was last modified as a UTC string in YYYY-MM-DD HH:MM:SS format

  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MandrillResponse

Inherited from AnyRef

Inherited from Any

Ungrouped