object RepoConfigDisableCollaboratorsOnlyAuditEntry
- Source
- Client.scala
- Alphabetic
- By Inheritance
- RepoConfigDisableCollaboratorsOnlyAuditEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def action: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, String]
The action name
- def actor[A](onBot: SelectionBuilder[Bot, A], onOrganization: SelectionBuilder[Organization, A], onUser: SelectionBuilder[User, A]): SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[A]]
The user who initiated the action
- def actorIp: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[String]]
The IP address of the actor
- def actorLocation[A](innerSelection: SelectionBuilder[ActorLocation, A]): SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[A]]
A readable representation of the actor's location
- def actorLogin: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[String]]
The username of the user who initiated the action
- def actorResourcePath: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP path for the actor.
- def actorUrl: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP URL for the actor.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createdAt: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, PreciseDateTime]
The time the action was initiated
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def operationType: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[OperationType]]
The corresponding operation type for the action
- def organization[A](innerSelection: SelectionBuilder[Organization, A]): SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[A]]
The Organization associated with the Audit Entry.
- def organizationName: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[String]]
The name of the Organization.
- def organizationResourcePath: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP path for the organization
- def organizationUrl: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP URL for the organization
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[A]]
The repository associated with the action
- def repositoryName: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[String]]
The name of the repository
- def repositoryResourcePath: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP path for the repository
- def repositoryUrl: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP URL for the repository
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def user[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[A]]
The user affected by the action
- def userLogin: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[String]]
For actions involving two users, the actor is the initiator and the user is the affected user.
- def userResourcePath: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP path for the user.
- def userUrl: SelectionBuilder[RepoConfigDisableCollaboratorsOnlyAuditEntry, Option[URI]]
The HTTP URL for the user.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: