FileUpload
Table of contents
Properties
Visibility | Type | Name | Description |
---|---|---|---|
protected | String | filename | Name of the file, will be set to ‘filename’ in request body |
protected | String | name | Name of the file, will be set to ‘name’ in request body |
protected | String | content | Generally base64 encoded content of file |
protected | String | digest | Digest of the file |
protected | String | callbackUrl | Callback URL, will be set to ‘callbackUrl’ in request body |
Methods
public getFilename()
returns self
public setFilename(string $filename)
returns self
public getName()
returns self
public setName(string $name)
returns self
public getContent()
returns self
public setContent(string $content)
returns self
public getCallbackUrl()
returns self
public setCallbackUrl(string $callbackUrl)
returns self
public getDigest()
returns self
public setDigest(string $digest)
returns self