BoxStoreBuilderImpl

case class BoxStoreBuilderImpl[F[_]](_boxApiConnection: BoxAPIConnection, _blocker: Blocker, _rootFolderId: String, _largeFileThreshold: Long)(using evidence$5: Concurrent[F], evidence$6: ContextShift[F]) extends BoxStoreBuilder[F]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def build: ValidatedNec[Throwable, BoxStore[F]]
def withBlocker(blocker: Blocker): BoxStoreBuilder[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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
BoxStoreBuilder