public static class UserPropertyChangeService.UserPropertyChangeRequest<P> extends Object
Constructor and Description |
---|
UserPropertyChangeRequest(ApplicationUser loggedInUser,
P userPropertyChangeParameter) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApplicationUser |
getLoggedInUser()
Logged in user that is performing operation.
|
P |
getUserPropertyChangeParameter()
Parameters containing old/new values of the user property.
|
int |
hashCode() |
String |
toString() |
public UserPropertyChangeRequest(@Nullable ApplicationUser loggedInUser, @Nonnull P userPropertyChangeParameter)
loggedInUser
- Logged in user that is performing operation.userPropertyChangeParameter
- Parameters containing old/new value of the user property.@Nonnull public P getUserPropertyChangeParameter()
@Nullable public ApplicationUser getLoggedInUser()
Copyright © 2002-2024 Atlassian. All Rights Reserved.