ResolveResponse

com.github.cloudfiles.gdrive.GoogleDriveJsonProtocol.ResolveResponse
case class ResolveResponse(files: List[FileReference], nextPageToken: Option[String])

A data class describing the response of a query to resolve files.

The query requests only the ID field of files; therefore, only FileReference objects are constructed. Paging needs to be supported as well.

Value parameters

files

the elements returned by the query

nextPageToken

an optional token to query the next result page

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