ResolveResponse

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.ResolveResponse
case class ResolveResponse(id: String)

A data class representing the response from the OneDrive server for a request to resolve a drive element.

Value parameters

id

the ID that has been resolved

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