social-library-stubs/src/main/java/org/gcube/portal/databook/shared/FeedType.java

20 lines
345 B
Java
Raw Normal View History

2023-11-27 16:42:53 +01:00
package org.gcube.portal.databook.shared;
/**
* @author Massimiliano Assante ISTI-CNR
* @deprecated use PostType
* @version 1.2 October 2012
*/
public enum FeedType {
JOIN, SHARE, PUBLISH, TWEET, CONNECTED,
/**
* Special case used when accounting
*/
ACCOUNTING,
/**
* Special case used when a Feed is removed
*/
DISABLED;
}