public class GetSupportedConversionTypesRequest extends Object
Constructor | Description |
---|---|
GetSupportedConversionTypesRequest() |
Initializes a new instance of the GetSupportedConversionTypesRequest class.
|
GetSupportedConversionTypesRequest(String filePath,
String storageName,
String format) |
Initializes a new instance of the GetSupportedConversionTypesRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
String |
getFilePath() |
Absolute path to a document in the storage
|
String |
getformat() |
If provided only supported conversions for specified format will be returned
|
String |
getStorageName() |
StorageName which contains the document
|
int |
hashCode() |
|
void |
setFilePath(String filePath) |
|
void |
setformat(String format) |
|
void |
setStorageName(String storageName) |
|
String |
toString() |
public GetSupportedConversionTypesRequest()
public GetSupportedConversionTypesRequest(String filePath, String storageName, String format)
filePath
- Absolute path to a document in the storagestorageName
- StorageName which contains the documentformat
- If provided only supported conversions for specified format will be returnedpublic String getFilePath()
public void setFilePath(String filePath)
public String getStorageName()
public void setStorageName(String storageName)
public String getformat()
public void setformat(String format)
Copyright © 2020. All rights reserved.