public abstract static class ShareService.ValidateShareResult extends ServiceResultImpl
Modifier and Type | Field and Description |
---|---|
protected ShareBean |
shareBean |
protected ApplicationUser |
user |
Constructor and Description |
---|
ValidateShareResult(ErrorCollection errorCollection,
ApplicationUser remoteUser,
ShareBean shareBean) |
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
getRemoteUser() |
ShareBean |
getShareBean() |
ApplicationUser |
getUser() |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
protected final ApplicationUser user
protected final ShareBean shareBean
public ValidateShareResult(ErrorCollection errorCollection, ApplicationUser remoteUser, ShareBean shareBean)
public ApplicationUser getRemoteUser()
public ApplicationUser getUser()
public ShareBean getShareBean()
Copyright © 2002-2023 Atlassian. All Rights Reserved.