UploadChunkResponse

com.github.cloudfiles.onedrive.OneDriveJsonProtocol.UploadChunkResponse
case class UploadChunkResponse(id: Option[String])

A data class to represent the response of a request to upload a chunk of a file. The upload response is different for the first chunks and the last chunk. For the last chunk, a ''DriveItem'' representation is sent, but we are only interested in the ID. The previous responses are irrelevant, so they are just ignored.

Value parameters

id

the ID of the item extracted from the response

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