BoxStoreBuilderImpl

blobstore.box.BoxStore$.BoxStoreBuilderImpl
case class BoxStoreBuilderImpl[F[_]](_boxApiConnection: BoxAPIConnection, _rootFolderId: String, _largeFileThreshold: Long)(using evidence$3: Async[F]) extends BoxStoreBuilder[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BoxStoreBuilder[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build: ValidatedNec[Throwable, BoxStore[F]]
def withBoxApiConnection(boxApiConnection: BoxAPIConnection): BoxStoreBuilder[F]
def withLargeFileThreshold(largeFileThreshold: Long): BoxStoreBuilder[F]
def withRootFolderId(rootFolderId: String): BoxStoreBuilder[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unsafe: BoxStore[F]

Attributes

Inherited from:
BoxStoreBuilder