|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CGOffersType | |
---|---|
com.citygrid.content.offers | |
com.citygrid.content.offers.search |
Uses of CGOffersType in com.citygrid.content.offers |
---|
Fields in com.citygrid.content.offers declared as CGOffersType | |
---|---|
private CGOffersType[] |
CGOffersOffer.types
|
private CGOffersType[] |
CGOffersOffer.Builder.types
|
Fields in com.citygrid.content.offers with type parameters of type CGOffersType | |
---|---|
private static Map<String,CGOffersType> |
CGOffersType.stringToEnum
|
Methods in com.citygrid.content.offers that return CGOffersType | |
---|---|
static CGOffersType |
CGOffersType.fromString(String parsedType)
|
CGOffersType[] |
CGOffersOffer.getTypes()
|
static CGOffersType[] |
CGOffersBuilder.processOfferTypes(org.codehaus.jackson.JsonNode parsedTypes)
|
static CGOffersType |
CGOffersType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CGOffersType[] |
CGOffersType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.citygrid.content.offers with parameters of type CGOffersType | |
---|---|
CGOffersOffer.Builder |
CGOffersOffer.Builder.types(CGOffersType[] types)
|
Uses of CGOffersType in com.citygrid.content.offers.search |
---|
Fields in com.citygrid.content.offers.search declared as CGOffersType | |
---|---|
private CGOffersType |
CGOffersSearch.type
|
Methods in com.citygrid.content.offers.search that return CGOffersType | |
---|---|
CGOffersType |
CGOffersSearch.getType()
|
Methods in com.citygrid.content.offers.search with parameters of type CGOffersType | |
---|---|
void |
CGOffersSearch.setType(CGOffersType type)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |