object VerifiableDomain
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerifiableDomain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- 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 databaseId: SelectionBuilder[VerifiableDomain, Option[Int]]
Identifies the primary key from the database.
- def dnsHostName: SelectionBuilder[VerifiableDomain, Option[URI]]
The DNS host name that should be used for verification.
- def domain: SelectionBuilder[VerifiableDomain, URI]
The unicode encoded domain.
- 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 hasFoundHostName: SelectionBuilder[VerifiableDomain, Boolean]
Whether a TXT record for verification with the expected host name was found.
- def hasFoundVerificationToken: SelectionBuilder[VerifiableDomain, Boolean]
Whether a TXT record for verification with the expected verification token was found.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[VerifiableDomain, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRequiredForPolicyEnforcement: SelectionBuilder[VerifiableDomain, Boolean]
Whether this domain is required to exist for an organization policy to be enforced.
- def isVerified: SelectionBuilder[VerifiableDomain, Boolean]
Whether or not the domain is verified.
- 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 owner[A](onEnterprise: SelectionBuilder[Enterprise, A], onOrganization: SelectionBuilder[Organization, A]): SelectionBuilder[VerifiableDomain, A]
The owner of the domain.
- def punycodeEncodedDomain: SelectionBuilder[VerifiableDomain, URI]
The punycode encoded domain.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokenExpirationTime: SelectionBuilder[VerifiableDomain, Option[DateTime]]
The time that the current verification token will expire.
- def verificationToken: SelectionBuilder[VerifiableDomain, Option[String]]
The current verification token for the domain.
- 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: