Class/Object

com.cognite.sdk.scala.v1

GenericClient

Related Docs: object GenericClient | package v1

Permalink

class GenericClient[F[_], _] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericClient(applicationName: String, baseUri: String = ...)(implicit arg0: Monad[F], auth: Auth, sttpBackend: SttpBackend[F, _])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val apiKeys: ApiKeys[F]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val assets: Assets[F]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dataPoints: DataPointsResource[F]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. val events: Events[F]

    Permalink
  12. val files: Files[F]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. val groups: Groups[F]

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val login: Login[F]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def project: F[Project]

    Permalink
  23. val projectName: String

    Permalink
  24. val rawDatabases: RawDatabases[F]

    Permalink
  25. def rawRows(database: String, table: String): RawRows[F]

    Permalink
  26. def rawTables(database: String): RawTables[F]

    Permalink
  27. val requestSession: RequestSession[F]

    Permalink
  28. val securityCategories: SecurityCategories[F]

    Permalink
  29. val sequenceRows: SequenceRows[F]

    Permalink
  30. val sequences: SequencesResource[F]

    Permalink
  31. val serviceAccounts: ServiceAccounts[F]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def threeDAssetMappings(modelId: Long, revisionId: Long): ThreeDAssetMappings[F]

    Permalink
  34. val threeDModels: ThreeDModels[F]

    Permalink
  35. def threeDNodes(modelId: Long, revisionId: Long): ThreeDNodes[F]

    Permalink
  36. def threeDRevisions(modelId: Long): ThreeDRevisions[F]

    Permalink
  37. val timeSeries: TimeSeriesResource[F]

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. val uri: Uri

    Permalink
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped