public class RatingSortType
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static RatingSortType |
DEFAULT |
static RatingSortType |
MOST_HELPFUL |
static RatingSortType |
MOST_RECENT |
| Constructor and Description |
|---|
RatingSortType() |
RatingSortType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static RatingSortType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final RatingSortType MOST_HELPFUL
public static final RatingSortType MOST_RECENT
public static final RatingSortType DEFAULT
public RatingSortType()
public RatingSortType(java.lang.String type)
public static RatingSortType getInstance(java.lang.String type)
public java.lang.String getType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.