Packages

o

caliban.client.github.Client

OrgInviteMemberAuditEntry

object OrgInviteMemberAuditEntry

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrgInviteMemberAuditEntry
  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[OrgInviteMemberAuditEntry, String]

    The action name

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

    The user who initiated the action

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

    The IP address of the actor

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

    A readable representation of the actor's location

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

    The username of the user who initiated the action

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

    The HTTP path for the actor.

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

    The HTTP URL for the actor.

  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def createdAt: SelectionBuilder[OrgInviteMemberAuditEntry, PreciseDateTime]

    The time the action was initiated

  14. def email: SelectionBuilder[OrgInviteMemberAuditEntry, Option[String]]

    The email address of the organization invitation.

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

    The corresponding operation type for the action

  26. def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[OrgInviteMemberAuditEntry, Option[A]]

    The Organization associated with the Audit Entry.

  27. def organizationInvitation[A](innerSelection: SelectionBuilder[OrganizationInvitation, A]): SelectionBuilder[OrgInviteMemberAuditEntry, Option[A]]

    The organization invitation.

  28. def organizationName: SelectionBuilder[OrgInviteMemberAuditEntry, Option[String]]

    The name of the Organization.

  29. def organizationResourcePath: SelectionBuilder[OrgInviteMemberAuditEntry, Option[URI]]

    The HTTP path for the organization

  30. def organizationUrl: SelectionBuilder[OrgInviteMemberAuditEntry, Option[URI]]

    The HTTP URL for the organization

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def user[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[OrgInviteMemberAuditEntry, Option[A]]

    The user affected by the action

  34. def userLogin: SelectionBuilder[OrgInviteMemberAuditEntry, Option[String]]

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

  35. def userResourcePath: SelectionBuilder[OrgInviteMemberAuditEntry, Option[URI]]

    The HTTP path for the user.

  36. def userUrl: SelectionBuilder[OrgInviteMemberAuditEntry, Option[URI]]

    The HTTP URL for the user.

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

Inherited from AnyRef

Inherited from Any

Ungrouped