UploadSessionResponse

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.UploadSessionResponse
case class UploadSessionResponse(uploadUrl: String)

A data class representing the response of an upload session request. We are only interested in the URL where the content needs to be uploaded.

Value parameters

uploadUrl

the URL to use for the following upload

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