case class ModifyGuildRoleData(name: util.JsonOption[String] = JsonUndefined, permissions: util.JsonOption[Permission] = JsonUndefined, color: util.JsonOption[Int] = JsonUndefined, hoist: util.JsonOption[Boolean] = JsonUndefined, icon: util.JsonOption[ImageData] = JsonUndefined, unicodeEmoji: util.JsonOption[String] = JsonUndefined, mentionable: util.JsonOption[Boolean] = JsonUndefined) extends Product with Serializable
- name
The new name of the role.
- permissions
The new permissions this role has.
- color
The new color of the role.
- hoist
If this role is shown in the right sidebar.
- icon
The role's icon image.
- unicodeEmoji
The role's unicode emoji.
- mentionable
If this role is mentionable.
- Source
- guildRequests.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModifyGuildRoleData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ModifyGuildRoleData(name: util.JsonOption[String] = JsonUndefined, permissions: util.JsonOption[Permission] = JsonUndefined, color: util.JsonOption[Int] = JsonUndefined, hoist: util.JsonOption[Boolean] = JsonUndefined, icon: util.JsonOption[ImageData] = JsonUndefined, unicodeEmoji: util.JsonOption[String] = JsonUndefined, mentionable: util.JsonOption[Boolean] = JsonUndefined)
- name
The new name of the role.
- permissions
The new permissions this role has.
- color
The new color of the role.
- hoist
If this role is shown in the right sidebar.
- icon
The role's icon image.
- unicodeEmoji
The role's unicode emoji.
- mentionable
If this role is mentionable.
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 color: util.JsonOption[Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hoist: util.JsonOption[Boolean]
- val icon: util.JsonOption[ImageData]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mentionable: util.JsonOption[Boolean]
- val name: util.JsonOption[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()
- val permissions: util.JsonOption[Permission]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unicodeEmoji: util.JsonOption[String]
- 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])