static MembershipLeaveUserNotificationBuilder |
MembershipLeaveUserNotificationBuilder.about(CommunityOfUsers community) |
Initializing the user notification builder with given community.
|
MembershipLeaveUserNotificationBuilder |
MembershipLeaveUserNotificationBuilder.andContactInFuture(boolean contactInFuture) |
Indicates that the member accepts or not to be contacted in the future about its leaving.
|
MembershipLeaveUserNotificationBuilder |
MembershipLeaveUserNotificationBuilder.andMessage(String message) |
Sets an additional message that allows the member to explain more precisely the reason of
its leaving.
|
MembershipLeaveUserNotificationBuilder |
MembershipLeaveUserNotificationBuilder.memberLeavingIs(org.silverpeas.core.admin.user.model.User leavingMember) |
Indicating the member which is leaving the community.
|
MembershipLeaveUserNotificationBuilder |
MembershipLeaveUserNotificationBuilder.withReason(int reason) |
Sets the leaving reason that the member has indicated.
|