Class/Object

com.cognite.sdk.scala.v1.resources

Assets

Related Docs: object Assets | package resources

Permalink

class Assets[F[_]] extends WithRequestSession[F] with PartitionedReadable[Asset, F] with Create[Asset, AssetCreate, F] with RetrieveByIds[Asset, F] with RetrieveByExternalIds[Asset, F] with DeleteByIdsWithIgnoreUnknownIds[F, Long] with DeleteByExternalIdsWithIgnoreUnknownIds[F] with PartitionedFilter[Asset, AssetsFilter, F] with Search[Asset, AssetsQuery, F] with UpdateById[Asset, AssetUpdate, F] with UpdateByExternalId[Asset, AssetUpdate, F]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Assets
  2. UpdateByExternalId
  3. UpdateById
  4. Search
  5. PartitionedFilter
  6. PartitionedFilterF
  7. Filter
  8. DeleteByExternalIdsWithIgnoreUnknownIds
  9. DeleteByExternalIds
  10. DeleteByIdsWithIgnoreUnknownIds
  11. DeleteByIds
  12. RetrieveByExternalIds
  13. RetrieveByIds
  14. Create
  15. CreateOne
  16. PartitionedReadable
  17. Readable
  18. BaseUri
  19. WithRequestSession
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Assets(requestSession: RequestSession[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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val baseUri: Uri

    Permalink
    Definition Classes
    AssetsBaseUri
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def create(items: Seq[AssetCreate]): F[Seq[Asset]]

    Permalink
    Definition Classes
    Create
  8. def createFromRead(items: Seq[Asset])(implicit t: Transformer[Asset, AssetCreate]): F[Seq[Asset]]

    Permalink
    Definition Classes
    Create
  9. def createItems(items: Items[AssetCreate]): F[Seq[Asset]]

    Permalink
    Definition Classes
    AssetsCreate
  10. def createOne(item: AssetCreate): F[Asset]

    Permalink
    Definition Classes
    CreateCreateOne
  11. def createOneFromRead(item: Asset)(implicit t: Transformer[Asset, AssetCreate]): F[Asset]

    Permalink
    Definition Classes
    CreateOne
  12. def deleteByExternalId(externalId: String, ignoreUnknownIds: Boolean = false): F[Unit]

    Permalink
  13. def deleteByExternalId(externalId: String): F[Unit]

    Permalink
    Definition Classes
    DeleteByExternalIds
  14. def deleteByExternalIds(externalIds: Seq[String], recursive: Boolean, ignoreUnknownIds: Boolean): F[Unit]

    Permalink
  15. def deleteByExternalIds(externalIds: Seq[String], ignoreUnknownIds: Boolean): F[Unit]

    Permalink
  16. def deleteByExternalIds(externalIds: Seq[String]): F[Unit]

    Permalink
    Definition Classes
    AssetsDeleteByExternalIds
  17. def deleteById(id: Long, ignoreUnknownIds: Boolean = false): F[Unit]

    Permalink
  18. def deleteById(id: Long): F[Unit]

    Permalink
    Definition Classes
    DeleteByIds
  19. def deleteByIds(ids: Seq[Long], ignoreUnknownIds: Boolean): F[Unit]

    Permalink
  20. def deleteByIds(ids: Seq[Long]): F[Unit]

    Permalink
    Definition Classes
    AssetsDeleteByIds
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def filter(filter: AssetsFilter, limit: Option[Int], aggregatedProperties: Option[Seq[String]]): Stream[F, Asset]

    Permalink
  24. def filter(filter: AssetsFilter, limit: Option[Int] = None): Stream[F, Asset]

    Permalink
    Definition Classes
    Filter
  25. def filterConcurrently(filter: AssetsFilter, numPartitions: Int, limitPerPartition: Option[Int] = None)(implicit F: Concurrent[F]): Stream[F, Asset]

    Permalink
    Definition Classes
    PartitionedFilterF
  26. def filterPartitions(filter: AssetsFilter, numPartitions: Int, limitPerPartition: Option[Int], aggregatedProperties: Option[Seq[String]]): Seq[Stream[F, Asset]]

    Permalink
  27. def filterPartitions(filter: AssetsFilter, numPartitions: Int, limitPerPartition: Option[Int] = None): Seq[Stream[F, Asset]]

    Permalink
    Definition Classes
    PartitionedFilter
  28. def filterPartitionsF(filter: AssetsFilter, numPartitions: Int, limitPerPartition: Option[Int])(implicit F: Applicative[F]): F[Seq[Stream[F, Asset]]]

    Permalink
    Definition Classes
    PartitionedFilterPartitionedFilterF
  29. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  33. def list(limit: Option[Int] = None): Stream[F, Asset]

    Permalink
    Definition Classes
    Readable
  34. def listConcurrently(numPartitions: Int, limitPerPartition: Option[Int] = None)(implicit c: Concurrent[F]): Stream[F, Asset]

    Permalink
    Definition Classes
    PartitionedReadable
  35. def listPartitions(numPartitions: Int, limitPerPartition: Option[Int] = None): Seq[Stream[F, Asset]]

    Permalink
    Definition Classes
    PartitionedReadable
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def read(limit: Option[Int] = None): F[ItemsWithCursor[Asset]]

    Permalink
    Definition Classes
    Readable
  40. val requestSession: RequestSession[F]

    Permalink
    Definition Classes
    AssetsWithRequestSession
  41. def retrieveByExternalId(externalIds: String): F[Asset]

    Permalink
    Definition Classes
    RetrieveByExternalIds
    Annotations
    @SuppressWarnings()
  42. def retrieveByExternalIds(externalIds: Seq[String]): F[Seq[Asset]]

    Permalink
    Definition Classes
    AssetsRetrieveByExternalIds
  43. def retrieveById(id: Long): F[Asset]

    Permalink
    Definition Classes
    RetrieveByIds
    Annotations
    @SuppressWarnings()
  44. def retrieveByIds(ids: Seq[Long]): F[Seq[Asset]]

    Permalink
    Definition Classes
    AssetsRetrieveByIds
  45. def search(searchQuery: AssetsQuery): F[Seq[Asset]]

    Permalink
    Definition Classes
    AssetsSearch
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. def updateByExternalId(items: Map[String, AssetUpdate]): F[Seq[Asset]]

    Permalink
    Definition Classes
    AssetsUpdateByExternalId
  49. def updateById(items: Map[Long, AssetUpdate]): F[Seq[Asset]]

    Permalink
    Definition Classes
    AssetsUpdateById
  50. def updateFromRead(items: Seq[Asset])(implicit t: Transformer[Asset, AssetUpdate]): F[Seq[Asset]]

    Permalink
    Definition Classes
    UpdateById
  51. def updateOneByExternalId(id: String, item: AssetUpdate): F[Asset]

    Permalink
    Definition Classes
    UpdateByExternalId
  52. def updateOneById(id: Long, item: AssetUpdate): F[Asset]

    Permalink
    Definition Classes
    UpdateById
  53. def updateOneFromRead(item: Asset)(implicit t: Transformer[Asset, AssetUpdate]): F[Asset]

    Permalink
    Definition Classes
    UpdateById
  54. final def wait(): Unit

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

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

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

Inherited from UpdateByExternalId[Asset, AssetUpdate, F]

Inherited from UpdateById[Asset, AssetUpdate, F]

Inherited from Search[Asset, AssetsQuery, F]

Inherited from PartitionedFilter[Asset, AssetsFilter, F]

Inherited from PartitionedFilterF[Asset, AssetsFilter, F]

Inherited from Filter[Asset, AssetsFilter, F]

Inherited from DeleteByExternalIds[F]

Inherited from DeleteByIdsWithIgnoreUnknownIds[F, Long]

Inherited from DeleteByIds[F, Long]

Inherited from RetrieveByExternalIds[Asset, F]

Inherited from RetrieveByIds[Asset, F]

Inherited from Create[Asset, AssetCreate, F]

Inherited from CreateOne[Asset, AssetCreate, F]

Inherited from PartitionedReadable[Asset, F]

Inherited from Readable[Asset, F]

Inherited from BaseUri

Inherited from WithRequestSession[F]

Inherited from AnyRef

Inherited from Any

Ungrouped