Uses of Enum Class
travel.wink.sdk.travel.agent.model.OnlinePresenceAgent.AudiencesEnum
Packages that use OnlinePresenceAgent.AudiencesEnum
-
Uses of OnlinePresenceAgent.AudiencesEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type OnlinePresenceAgent.AudiencesEnum in travel.wink.sdk.travel.agent.modelModifier and TypeClassDescriptionstatic enumThe url, account name or phone number that identifies this user with the specified network.Methods in travel.wink.sdk.travel.agent.model that return OnlinePresenceAgent.AudiencesEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OnlinePresenceAgent.AudiencesEnum[]OnlinePresenceAgent.AudiencesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model that return types with arguments of type OnlinePresenceAgent.AudiencesEnumModifier and TypeMethodDescriptionOnlinePresenceAgent.getAudiences()The url, account name or phone number that identifies this user with the specified network.Methods in travel.wink.sdk.travel.agent.model with parameters of type OnlinePresenceAgent.AudiencesEnumModifier and TypeMethodDescriptionOnlinePresenceAgent.addAudiencesItem(OnlinePresenceAgent.AudiencesEnum audiencesItem) Method parameters in travel.wink.sdk.travel.agent.model with type arguments of type OnlinePresenceAgent.AudiencesEnumModifier and TypeMethodDescriptionOnlinePresenceAgent.audiences(List<OnlinePresenceAgent.AudiencesEnum> audiences) voidOnlinePresenceAgent.setAudiences(List<OnlinePresenceAgent.AudiencesEnum> audiences)