Class ParameterNames
- java.lang.Object
-
- org.gcube.social_networking.utils.ParameterNames
-
public class ParameterNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringALL_LIKEstatic StringEMAILstatic StringHASHTAGstatic StringNOTIFICATION_TYPEstatic StringRECENT_COMMENTstatic StringRECENT_LIKEstatic StringRECENT_LIMITstatic StringSTATUSstatic StringTIMEstatic StringUNREADstatic StringUNREAD_MESSAGE
-
Constructor Summary
Constructors Constructor Description ParameterNames()
-
-
-
Field Detail
-
RECENT_LIMIT
public static final String RECENT_LIMIT
- See Also:
- Constant Field Values
-
RECENT_COMMENT
public static final String RECENT_COMMENT
- See Also:
- Constant Field Values
-
UNREAD
public static final String UNREAD
- See Also:
- Constant Field Values
-
UNREAD_MESSAGE
public static final String UNREAD_MESSAGE
- See Also:
- Constant Field Values
-
RECENT_LIKE
public static final String RECENT_LIKE
- See Also:
- Constant Field Values
-
ALL_LIKE
public static final String ALL_LIKE
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
HASHTAG
public static final String HASHTAG
- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
NOTIFICATION_TYPE
public static final String NOTIFICATION_TYPE
- See Also:
- Constant Field Values
-
-