Enum Class OnlinePresenceAffiliate.AudiencesEnum
java.lang.Object
java.lang.Enum<OnlinePresenceAffiliate.AudiencesEnum>
travel.wink.sdk.affiliate.model.OnlinePresenceAffiliate.AudiencesEnum
- All Implemented Interfaces:
Serializable,Comparable<OnlinePresenceAffiliate.AudiencesEnum>,Constable
- Enclosing class:
OnlinePresenceAffiliate
public static enum OnlinePresenceAffiliate.AudiencesEnum
extends Enum<OnlinePresenceAffiliate.AudiencesEnum>
The url, account name or phone number that identifies this user with the specified network.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
EVERYONE
-
ADVENTURE
-
BEACH
-
BUSINESS
-
CULTURAL_EXPERIENCE
-
EDUCATION
-
FAMILY
-
FOOD_AND_CULINARY
-
HIKING
-
HISTORICAL_SITES
-
HONEYMOON
-
LUXURY
-
MEDICAL_TOURISM
-
MUSIC_AND_FESTIVALS
-
NATURE_AND_WILDLIFE
-
PHOTOGRAPHY
-
PILGRIMAGE
-
RELAXATION
-
ROAD_TRIP
-
ROMANCE
-
SHOPPING
-
SKIING
-
SOLO_TRAVEL
-
SPORTS_EVENTS
-
VOLUNTEERING
-
WELLNESS_AND_SPA
-
CITY
-
WILDLIFE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<OnlinePresenceAffiliate.AudiencesEnum>
-
fromValue
-