Packages

o

caliban.client.github.Client

OrganizationInvitation

object OrganizationInvitation

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrganizationInvitation
  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. 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()
  6. def createdAt: SelectionBuilder[OrganizationInvitation, DateTime]

    Identifies the date and time when the object was created.

  7. def email: SelectionBuilder[OrganizationInvitation, Option[String]]

    The email address of the user invited to the organization.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def id: SelectionBuilder[OrganizationInvitation, String]
  14. def invitationType: SelectionBuilder[OrganizationInvitation, OrganizationInvitationType]

    The type of invitation that was sent (e.g.

    The type of invitation that was sent (e.g. email, user).

  15. def invitee[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[OrganizationInvitation, Option[A]]

    The user who was invited to the organization.

  16. def inviter[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[OrganizationInvitation, A]

    The user who created the invitation.

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[OrganizationInvitation, A]

    The organization the invite is for

  22. def role: SelectionBuilder[OrganizationInvitation, OrganizationInvitationRole]

    The user's pending role in the organization (e.g.

    The user's pending role in the organization (e.g. member, owner).

  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped