All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdash.common.CommentSortMode Maven / Gradle / Ivy

The newest version!
package jdash.common;

/**
 * Indicates how comments should be sorted.
 */
public enum CommentSortMode {

    /**
     * Indicates that comments should be sorted from newest to oldest.
     */
    RECENT,

    /**
     * Indicates that comments should be sorted according to their number of likes.
     */
    MOST_LIKED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy