Packages

o

caliban.client.github.Client

OrgRestoreMemberAuditEntry

object OrgRestoreMemberAuditEntry

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

    The action name

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

    The user who initiated the action

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

    The IP address of the actor

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

    A readable representation of the actor's location

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

    The username of the user who initiated the action

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

    The HTTP path for the actor.

  10. def actorUrl: SelectionBuilder[OrgRestoreMemberAuditEntry, 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[OrgRestoreMemberAuditEntry, PreciseDateTime]

    The time the action was initiated

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

    The corresponding operation type for the action

  25. def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[OrgRestoreMemberAuditEntry, Option[A]]

    The Organization associated with the Audit Entry.

  26. def organizationName: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[String]]

    The name of the Organization.

  27. def organizationResourcePath: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[URI]]

    The HTTP path for the organization

  28. def organizationUrl: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[URI]]

    The HTTP URL for the organization

  29. def restoredCustomEmailRoutingsCount: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[Int]]

    The number of custom email routings for the restored member.

  30. def restoredIssueAssignmentsCount: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[Int]]

    The number of issue assignments for the restored member.

  31. def restoredMemberships[A](onOrgRestoreMemberMembershipOrganizationAuditEntryData: SelectionBuilder[OrgRestoreMemberMembershipOrganizationAuditEntryData, A], onOrgRestoreMemberMembershipRepositoryAuditEntryData: SelectionBuilder[OrgRestoreMemberMembershipRepositoryAuditEntryData, A], onOrgRestoreMemberMembershipTeamAuditEntryData: SelectionBuilder[OrgRestoreMemberMembershipTeamAuditEntryData, A]): SelectionBuilder[OrgRestoreMemberAuditEntry, Option[List[A]]]

    Restored organization membership objects.

  32. def restoredMembershipsCount: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[Int]]

    The number of restored memberships.

  33. def restoredRepositoriesCount: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[Int]]

    The number of repositories of the restored member.

  34. def restoredRepositoryStarsCount: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[Int]]

    The number of starred repositories for the restored member.

  35. def restoredRepositoryWatchesCount: SelectionBuilder[OrgRestoreMemberAuditEntry, Option[Int]]

    The number of watched repositories for the restored member.

  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[OrgRestoreMemberAuditEntry, Option[A]]

    The user affected by the action

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

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

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

    The HTTP path for the user.

  41. def userUrl: SelectionBuilder[OrgRestoreMemberAuditEntry, 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