| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
CrowdinAPI.createFile(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
StorageInfo storage,
String name,
FileType type,
Long branchId,
Long folderId,
String title,
String context,
String[] excludedTargetLanguages,
FileExportOptions exportOptions,
FileImportOptions importOptions,
Integer parserVersion,
String token,
org.apache.maven.plugin.logging.Log logger)
Asks Crowdin to create a new file from a file that has already been
uploaded to storage.
|
void |
FileImportOptions.validate(FileType fileType)
Validates that no option has been set that is invalid for the specified
FileType. |
void |
FileExportOptions.validate(FileType fileType)
Validates that no option has been set that is invalid for the specified
FileType. |
| Modifier and Type | Method and Description |
|---|---|
FileType |
CreateFileRequest.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileRequest.setType(FileType type) |
| Modifier and Type | Method and Description |
|---|---|
FileType |
FileInfo.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileInfo.setType(FileType type) |
| Modifier and Type | Field and Description |
|---|---|
protected FileType |
AbstractFileSet.type
The
FileType for this fileset. |
| Modifier and Type | Method and Description |
|---|---|
FileType |
AbstractFileSet.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFileSet.setType(FileType type) |
Copyright © 2024. All rights reserved.