public static class UserPropertyChangeService.UserPropertyChangeValidationResult<P> extends ServiceResultImpl
Constructor and Description |
---|
UserPropertyChangeValidationResult(UserPropertyChangeService.UserPropertyChangeRequest<P> userPropertyChangeRequest)
Constructs successful result.
|
UserPropertyChangeValidationResult(UserPropertyChangeService.UserPropertyChangeRequest<P> userPropertyChangeRequest,
ErrorCollection errorCollection)
Constructs result, possibly not successful.
|
Modifier and Type | Method and Description |
---|---|
UserPropertyChangeService.UserPropertyChangeRequest<P> |
getUserPropertyChangeRequest()
Validated request.
|
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
public UserPropertyChangeValidationResult(@Nonnull UserPropertyChangeService.UserPropertyChangeRequest<P> userPropertyChangeRequest, @Nonnull ErrorCollection errorCollection)
userPropertyChangeRequest
- User property change request.errorCollection
- Collection of errors. Use empty collection for successful response.public UserPropertyChangeValidationResult(@Nonnull UserPropertyChangeService.UserPropertyChangeRequest<P> userPropertyChangeRequest)
public UserPropertyChangeService.UserPropertyChangeRequest<P> getUserPropertyChangeRequest()
Copyright © 2002-2022 Atlassian. All Rights Reserved.