Packages

sealed abstract class PermissionOverwriteType extends IntEnumEntry

Permission overwrites can apply to both users and role. This tells you what's being overwritten for a specific overwrite.

Source
channel.scala
Linear Supertypes
IntEnumEntry, ValueEnumEntry[Int], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PermissionOverwriteType
  2. IntEnumEntry
  3. ValueEnumEntry
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val value: Int
    Definition Classes
    PermissionOverwriteType → ValueEnumEntry