| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ErrorCollection> |
ProjectKeyAndNameValidationApi.validateProjectKey(Optional<String> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Validate project key
Validates a project key by confirming the key is a valid string and not in use.
|
io.reactivex.Single<ErrorCollection> |
ProjectValidateApi.validateProjectKey(Optional<String> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Validate project key
Validates a project key by confirming the key is a valid string and not in use.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
ErrorCollection.addErrorMessagesItem(String errorMessagesItem) |
ErrorCollection |
ErrorCollection.errorMessages(List<String> errorMessages) |
ErrorCollection |
ErrorCollection.errors(Map<String,String> errors) |
ErrorCollection |
BulkOperationErrorResult.getElementErrors()
Get elementErrors
|
ErrorCollection |
NestedResponse.getErrorCollection()
Get errorCollection
|
ErrorCollection |
ErrorCollection.putErrorsItem(String key,
String errorsItem) |
ErrorCollection |
ErrorCollection.status(Integer status) |
| Modifier and Type | Method and Description |
|---|---|
BulkOperationErrorResult |
BulkOperationErrorResult.elementErrors(ErrorCollection elementErrors) |
NestedResponse |
NestedResponse.errorCollection(ErrorCollection errorCollection) |
void |
BulkOperationErrorResult.setElementErrors(ErrorCollection elementErrors) |
void |
NestedResponse.setErrorCollection(ErrorCollection errorCollection) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.