FolderResponse

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.FolderResponse
case class FolderResponse(value: List[DriveItem], nextLink: Option[String])

A data class representing the OneDrive JSON response for a folder request. Here we are only interested in the list with the child items of the current folder. For large folders, the content is distributed over multiple pages. In this case, a link for the next page is available.

Value parameters

nextLink

an optional link to the next page

value

a list with the child items of this 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