object Scope extends StringEnum[Scope]

Source
OAuth.scala
Linear Supertypes
StringEnum[Scope], ValueEnum[String, Scope], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scope
  2. StringEnum
  3. ValueEnum
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final macro def findValues: IndexedSeq[Scope]
    Attributes
    protected
    Definition Classes
    StringEnum
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. def values: IndexedSeq[Scope]
    Definition Classes
    Scope → ValueEnum
  18. final lazy val valuesToEntriesMap: Map[String, Scope]
    Definition Classes
    ValueEnum
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. def withValue(i: String): Scope
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  23. def withValueEither(i: String): Either[NoSuchMember[String, ValueEnumEntry[String]], Scope]
    Definition Classes
    ValueEnum
  24. def withValueOpt(i: String): Option[Scope]
    Definition Classes
    ValueEnum
  25. case object ActivitiesRead extends Scope with Product with Serializable
  26. case object ActivitiesWrite extends Scope with Product with Serializable
  27. case object ApplicationsBuildsRead extends Scope with Product with Serializable
  28. case object ApplicationsBuildsUpload extends Scope with Product with Serializable
  29. case object ApplicationsCommands extends Scope with Product with Serializable
  30. case object ApplicationsCommandsUpdate extends Scope with Product with Serializable
  31. case object ApplicationsEntitlements extends Scope with Product with Serializable
  32. case object ApplicationsStoreUpdate extends Scope with Product with Serializable
  33. case object Bot extends Scope with Product with Serializable
  34. case object Connections extends Scope with Product with Serializable
  35. case object Email extends Scope with Product with Serializable
  36. case object GDMJoin extends Scope with Product with Serializable
  37. case object Guilds extends Scope with Product with Serializable
  38. case object GuildsJoin extends Scope with Product with Serializable
  39. case object Identify extends Scope with Product with Serializable
  40. case object MessagesRead extends Scope with Product with Serializable
  41. case object RelationshipsRead extends Scope with Product with Serializable
  42. case object Rpc extends Scope with Product with Serializable
  43. case object RpcActivitiesWrite extends Scope with Product with Serializable
  44. case object RpcNotificationsRead extends Scope with Product with Serializable
  45. case object RpcVoiceRead extends Scope with Product with Serializable
  46. case object RpcWriteRead extends Scope with Product with Serializable
  47. case object WebhookIncoming extends Scope with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StringEnum[Scope]

Inherited from ValueEnum[String, Scope]

Inherited from AnyRef

Inherited from Any

Ungrouped