global class BinaryInput {
|
global BinaryInput(Blob blobValue, String contentType, String filename) { }
|
global Object clone() { }
|
global Blob getBlobValue() { }
|
global String getContentType() { }
|
global String getFilename() { }
|
global String toString() { }
|
|
}
|