| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin.api | |
| org.digitalmediaserver.crowdin.api.request | |
| org.digitalmediaserver.crowdin.api.response |
| 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.
|
static FileInfo |
CrowdinAPI.updateFile(org.apache.http.impl.client.CloseableHttpClient httpClient,
long projectId,
long fileId,
StorageInfo storage,
UpdateOption updateOption,
FileImportOptions importOptions,
FileExportOptions exportOptions,
Boolean replaceModifiedContext,
String token,
org.apache.maven.plugin.logging.Log logger)
Asks Crowdin to update an existing file from a file that has already been
uploaded to storage.
|
| Modifier and Type | Method and Description |
|---|---|
FileImportOptions |
UpdateFileRequest.getImportOptions() |
FileImportOptions |
CreateFileRequest.getImportOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFileRequest.setImportOptions(FileImportOptions importOptions) |
void |
CreateFileRequest.setImportOptions(FileImportOptions importOptions) |
| Modifier and Type | Method and Description |
|---|---|
FileImportOptions |
FileInfo.getImportOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileInfo.setImportOptions(FileImportOptions importOptions) |
Copyright © 2024. All rights reserved.