DavFolder

com.github.cloudfiles.webdav.DavModel.DavFolder
case class DavFolder(id: Uri, name: String, description: Option[String], createdAt: Instant, lastModifiedAt: Instant, attributes: Attributes) extends Folder[Uri]

A data class representing a WebDav folder.

While the default attributes are stored directly in member fields, arbitrary additional attributes are hold in an Attributes object.

Value parameters

attributes

an object with additional attributes

createdAt

the date when this folder was created

description

a description of this folder

id

the ID of this folder (represented by a relative URI)

lastModifiedAt

the date when this folder was modified the last time

name

the name of this folder

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Folder[Uri]
trait Element[Uri]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product