| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin.api | |
| org.digitalmediaserver.crowdin.api.request | |
| org.digitalmediaserver.crowdin.api.response |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Priority |
CreateFolderRequest.getPriority() |
Priority |
CreateBranchRequest.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFolderRequest.setPriority(Priority priority) |
void |
CreateBranchRequest.setPriority(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
FolderInfo.getPriority() |
Priority |
FileInfo.getPriority() |
Priority |
BranchInfo.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderInfo.setPriority(Priority priority) |
void |
FileInfo.setPriority(Priority priority) |
void |
BranchInfo.setPriority(Priority priority) |
Copyright © 2024. All rights reserved.