Packages

o

caliban.client.github.Client

OauthApplicationCreateAuditEntry

object OauthApplicationCreateAuditEntry

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OauthApplicationCreateAuditEntry
  2. AnyRef
  3. 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. def action: SelectionBuilder[OauthApplicationCreateAuditEntry, String]

    The action name

  5. def actor[A](onBot: SelectionBuilder[Bot, A], onOrganization: SelectionBuilder[Organization, A], onUser: SelectionBuilder[User, A]): SelectionBuilder[OauthApplicationCreateAuditEntry, Option[A]]

    The user who initiated the action

  6. def actorIp: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[String]]

    The IP address of the actor

  7. def actorLocation[A](innerSelection: SelectionBuilder[ActorLocation, A]): SelectionBuilder[OauthApplicationCreateAuditEntry, Option[A]]

    A readable representation of the actor's location

  8. def actorLogin: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[String]]

    The username of the user who initiated the action

  9. def actorResourcePath: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP path for the actor.

  10. def actorUrl: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP URL for the actor.

  11. def applicationUrl: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The application URL of the OAuth Application.

  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def callbackUrl: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The callback URL of the OAuth Application.

  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def createdAt: SelectionBuilder[OauthApplicationCreateAuditEntry, PreciseDateTime]

    The time the action was initiated

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def id: SelectionBuilder[OauthApplicationCreateAuditEntry, String]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def oauthApplicationName: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[String]]

    The name of the OAuth Application.

  27. def oauthApplicationResourcePath: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP path for the OAuth Application

  28. def oauthApplicationUrl: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP URL for the OAuth Application

  29. def operationType: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[OperationType]]

    The corresponding operation type for the action

  30. def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[OauthApplicationCreateAuditEntry, Option[A]]

    The Organization associated with the Audit Entry.

  31. def organizationName: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[String]]

    The name of the Organization.

  32. def organizationResourcePath: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP path for the organization

  33. def organizationUrl: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP URL for the organization

  34. def rateLimit: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[Int]]

    The rate limit of the OAuth Application.

  35. def state: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[OauthApplicationCreateAuditEntryState]]

    The state of the OAuth Application.

  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def user[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[OauthApplicationCreateAuditEntry, Option[A]]

    The user affected by the action

  39. def userLogin: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[String]]

    For actions involving two users, the actor is the initiator and the user is the affected user.

  40. def userResourcePath: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP path for the user.

  41. def userUrl: SelectionBuilder[OauthApplicationCreateAuditEntry, Option[URI]]

    The HTTP URL for the user.

  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped