public class TranslationStatusApi extends CrowdinApi
clientConfig, graphqlUrl, httpClient, url| Constructor and Description |
|---|
TranslationStatusApi(Credentials credentials) |
TranslationStatusApi(Credentials credentials,
ClientConfig clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
ResponseList<LanguageProgress> |
getBranchProgress(java.lang.Long projectId,
java.lang.Long branchId,
java.lang.Integer limit,
java.lang.Integer offset) |
ResponseList<LanguageProgress> |
getDirectoryProgress(java.lang.Long projectId,
java.lang.Long directoryId,
java.lang.Integer limit,
java.lang.Integer offset) |
ResponseList<LanguageProgress> |
getFileProgress(java.lang.Long projectId,
java.lang.Long fileId,
java.lang.Integer limit,
java.lang.Integer offset) |
ResponseList<FileBranchProgress> |
getLanguageProgress(java.lang.Long projectId,
java.lang.String languageId,
java.lang.Integer limit,
java.lang.Integer offset) |
ResponseList<LanguageProgress> |
getProjectProgress(java.lang.Long projectId,
java.lang.Integer limit,
java.lang.Integer offset,
java.lang.String languageIds) |
ResponseList<QaCheck> |
listQaCheckIssues(java.lang.Long projectId,
java.lang.Integer limit,
java.lang.Integer offset,
Category category,
Validation validation) |
graphql, graphqlpublic TranslationStatusApi(Credentials credentials)
public TranslationStatusApi(Credentials credentials, ClientConfig clientConfig)
public ResponseList<LanguageProgress> getBranchProgress(java.lang.Long projectId, java.lang.Long branchId, java.lang.Integer limit, java.lang.Integer offset) throws HttpException, HttpBadRequestException
projectId - project identifierbranchId - branch identifierlimit - maximum number of items to retrieve (default 25)offset - starting offset in the collection (default 0)HttpExceptionHttpBadRequestExceptionpublic ResponseList<LanguageProgress> getDirectoryProgress(java.lang.Long projectId, java.lang.Long directoryId, java.lang.Integer limit, java.lang.Integer offset) throws HttpException, HttpBadRequestException
projectId - project identifierdirectoryId - directory identifierlimit - maximum number of items to retrieve (default 25)offset - starting offset in the collection (default 0)HttpExceptionHttpBadRequestExceptionpublic ResponseList<LanguageProgress> getFileProgress(java.lang.Long projectId, java.lang.Long fileId, java.lang.Integer limit, java.lang.Integer offset) throws HttpException, HttpBadRequestException
projectId - project identifierfileId - file identifierlimit - maximum number of items to retrieve (default 25)offset - starting offset in the collection (default 0)HttpExceptionHttpBadRequestExceptionpublic ResponseList<FileBranchProgress> getLanguageProgress(java.lang.Long projectId, java.lang.String languageId, java.lang.Integer limit, java.lang.Integer offset) throws HttpException, HttpBadRequestException
projectId - project identifierlanguageId - language identifierlimit - maximum number of items to retrieve (default 25)offset - starting offset in the collection (default 0)HttpExceptionHttpBadRequestExceptionpublic ResponseList<LanguageProgress> getProjectProgress(java.lang.Long projectId, java.lang.Integer limit, java.lang.Integer offset, java.lang.String languageIds) throws HttpException, HttpBadRequestException
projectId - project identifierlimit - maximum number of items to retrieve (default 25)offset - starting offset in the collection (default 0)languageIds - language identifiersHttpExceptionHttpBadRequestExceptionpublic ResponseList<QaCheck> listQaCheckIssues(java.lang.Long projectId, java.lang.Integer limit, java.lang.Integer offset, Category category, Validation validation) throws HttpException, HttpBadRequestException
projectId - project identifierlimit - maximum number of items to retrieve (default 25)offset - starting offset in the collection (default 0)category - categoryvalidation - validationHttpExceptionHttpBadRequestException