@ExperimentalApi public static class UserKeyChangeService.UserKeyChangeResult extends ServiceResultImpl
Constructor and Description |
---|
UserKeyChangeResult(ErrorCollection errorCollection,
Map<UserKeyChangeHandlerModuleDescriptor,ErrorCollection> warnings)
Constructs result, possibly not successful.
|
UserKeyChangeResult(Map<UserKeyChangeHandlerModuleDescriptor,ErrorCollection> warnings)
Constructs successful result.
|
Modifier and Type | Method and Description |
---|---|
Map<UserKeyChangeHandlerModuleDescriptor,ErrorCollection> |
getWarnings()
Contains warnings per
UserKeyChangeHandler described by UserKeyChangeHandlerModuleDescriptor . |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
public UserKeyChangeResult(@Nonnull ErrorCollection errorCollection, @Nonnull Map<UserKeyChangeHandlerModuleDescriptor,ErrorCollection> warnings)
errorCollection
- Collection of errors. Use empty collection for successful response.warnings
- Map of warnings returned by user key change handlers during processing user key change.public UserKeyChangeResult(@Nonnull Map<UserKeyChangeHandlerModuleDescriptor,ErrorCollection> warnings)
warnings
- Map of warnings returned by user key change handlers during processing user key change.public Map<UserKeyChangeHandlerModuleDescriptor,ErrorCollection> getWarnings()
UserKeyChangeHandler
described by UserKeyChangeHandlerModuleDescriptor
.Copyright © 2002-2019 Atlassian. All Rights Reserved.