public class UpdateFileRequest extends Object
FileReplaceFromStorageForm.| Constructor and Description |
|---|
UpdateFileRequest(StorageInfo storage)
Creates a new instance with the specified storage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getAttachLabelIds() |
long[] |
getDetachLabelIds() |
FileExportOptions |
getExportOptions() |
FileImportOptions |
getImportOptions() |
String |
getName() |
Boolean |
getReplaceModifiedContext() |
long |
getStorageId() |
UpdateOption |
getUpdateOption() |
int |
hashCode() |
void |
setAttachLabelIds(long[] attachLabelIds) |
void |
setDetachLabelIds(long[] detachLabelIds) |
void |
setExportOptions(FileExportOptions exportOptions) |
void |
setImportOptions(FileImportOptions importOptions) |
void |
setName(String name) |
void |
setReplaceModifiedContext(Boolean replaceModifiedContext) |
void |
setUpdateOption(UpdateOption updateOption) |
String |
toString() |
public UpdateFileRequest(@Nonnull StorageInfo storage)
storage - the StorageInfo for the already uploaded file.public long getStorageId()
storageId value.public UpdateOption getUpdateOption()
UpdateOption.public void setUpdateOption(UpdateOption updateOption)
updateOption - the UpdateOption to set.public FileImportOptions getImportOptions()
FileImportOptions.public void setImportOptions(FileImportOptions importOptions)
importOptions - the FileImportOptions to set.public FileExportOptions getExportOptions()
FileExportOptions.public void setExportOptions(FileExportOptions exportOptions)
exportOptions - the FileExportOptions to set.public long[] getAttachLabelIds()
attachLabelIds array.public void setAttachLabelIds(long[] attachLabelIds)
attachLabelIds - the attachLabelIds array to set.public long[] getDetachLabelIds()
detachLabelIds array.public void setDetachLabelIds(long[] detachLabelIds)
detachLabelIds - the detachLabelIds array to set.public Boolean getReplaceModifiedContext()
replaceModifiedContext value.public void setReplaceModifiedContext(Boolean replaceModifiedContext)
replaceModifiedContext - the replaceModifiedContext value
to set.Copyright © 2024. All rights reserved.