public class CreateFolderRequest extends Object
DirectoryCreateForm.| Constructor and Description |
|---|
CreateFolderRequest(String name)
Creates a new instance with the specified folder name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBranchId() |
Long |
getDirectoryId() |
String |
getExportPattern() |
String |
getName() |
Priority |
getPriority() |
String |
getTitle() |
int |
hashCode() |
void |
setBranchId(Long branchId) |
void |
setDirectoryId(Long directoryId) |
void |
setExportPattern(String exportPattern) |
void |
setPriority(Priority priority) |
void |
setTitle(String title) |
String |
toString() |
public CreateFolderRequest(@Nonnull String name)
name - the folder name.IllegalArgumentException - If name is blank.public Long getDirectoryId()
directoryId value.public void setDirectoryId(Long directoryId)
directoryId - the directoryId value to set.public String getExportPattern()
exportPattern value.public void setExportPattern(String exportPattern)
exportPattern - the exportPattern value to set.public void setPriority(Priority priority)
priority - the priority value to set.Copyright © 2024. All rights reserved.