SpecialFolder

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.SpecialFolder
case class SpecialFolder(name: String)

A data class describing a special folder. This information is available for drive items if they represent one of the special folders.

Value parameters

name

the name of this special folder

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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