case class GuildTemplate(code: String, name: String, description: Option[String], usageCount: Int, creatorId: UserId, creator: User, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, sourceGuildId: GuildId, serializedSourceGuild: RawGuild, isDirty: Option[Boolean]) extends Product with Serializable
- code
The code of the template
- name
Name of the template
- description
Description of the template
- usageCount
How many times the template has been used
- creatorId
Id of the user who created the template
- creator
Creator of the template
- createdAt
When the template was created
- updatedAt
When the template was updated
- sourceGuildId
What was the source of the template
- serializedSourceGuild
A snapshot of the guild this template was created from
- isDirty
If the template has unsaved changes
- Source
- GuildTemplate.scala
- Alphabetic
- By Inheritance
- GuildTemplate
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GuildTemplate(code: String, name: String, description: Option[String], usageCount: Int, creatorId: UserId, creator: User, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, sourceGuildId: GuildId, serializedSourceGuild: RawGuild, isDirty: Option[Boolean])
- code
The code of the template
- name
Name of the template
- description
Description of the template
- usageCount
How many times the template has been used
- creatorId
Id of the user who created the template
- creator
Creator of the template
- createdAt
When the template was created
- updatedAt
When the template was updated
- sourceGuildId
What was the source of the template
- serializedSourceGuild
A snapshot of the guild this template was created from
- isDirty
If the template has unsaved changes
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val code: String
- val createdAt: OffsetDateTime
- val creator: User
- val creatorId: UserId
- val description: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val isDirty: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val serializedSourceGuild: RawGuild
- val sourceGuildId: GuildId
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val updatedAt: OffsetDateTime
- val usageCount: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])