public class FileUploadRequestParser extends Object
| Constructor and Description |
|---|
FileUploadRequestParser(String blobName)
CONSTRUCTOR
Create an instance of the FileUploadRequestParser based on the provided blobName.
|
public FileUploadRequestParser(String blobName) throws IllegalArgumentException
blobName - is the name of the blob (file name in the blob)IllegalArgumentException - if the blobName is null, empty, or not valid.public String toJson()
Copyright © 2019. All rights reserved.