Packages

o

caliban.client.github.Client

RepoConfigEnableAnonymousGitAccessAuditEntry

object RepoConfigEnableAnonymousGitAccessAuditEntry

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

    The action name

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

    The user who initiated the action

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

    The IP address of the actor

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

    A readable representation of the actor's location

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

    The username of the user who initiated the action

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

    The HTTP path for the actor.

  10. def actorUrl: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, 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[RepoConfigEnableAnonymousGitAccessAuditEntry, 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[RepoConfigEnableAnonymousGitAccessAuditEntry, 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[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[OperationType]]

    The corresponding operation type for the action

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

    The Organization associated with the Audit Entry.

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

    The name of the Organization.

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

    The HTTP path for the organization

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

    The HTTP URL for the organization

  29. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[A]]

    The repository associated with the action

  30. def repositoryName: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[String]]

    The name of the repository

  31. def repositoryResourcePath: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[URI]]

    The HTTP path for the repository

  32. def repositoryUrl: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[URI]]

    The HTTP URL for the repository

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

    The user affected by the action

  36. def userLogin: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[String]]

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

  37. def userResourcePath: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[URI]]

    The HTTP path for the user.

  38. def userUrl: SelectionBuilder[RepoConfigEnableAnonymousGitAccessAuditEntry, Option[URI]]

    The HTTP URL for the user.

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

Inherited from AnyRef

Inherited from Any

Ungrouped