Class UserSetNotificationBean
- java.lang.Object
-
- org.gcube.portal.social.networking.ws.inputs.UserSetNotificationBean
-
public class UserSetNotificationBean extends Object
-
-
Constructor Summary
Constructors Constructor Description UserSetNotificationBean()UserSetNotificationBean(String username, boolean disableNotification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUsername()booleanisDisableNotification()voidsetDisableNotification(boolean disableNotification)voidsetUsername(String username)StringtoString()
-
-
-
Constructor Detail
-
UserSetNotificationBean
public UserSetNotificationBean()
-
UserSetNotificationBean
public UserSetNotificationBean(String username, boolean disableNotification)
- Parameters:
username-disableNotification-
-
-