public class RatingSortType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static RatingSortType |
DEFAULT |
static RatingSortType |
MOST_HELPFUL |
static RatingSortType |
MOST_RECENT |
| Constructor and Description |
|---|
RatingSortType() |
RatingSortType(String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RatingSortType |
getInstance(String type) |
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(String type)
Copyright © 2017. All rights reserved.