Uses of Enum Class
travel.wink.sdk.extranet.model.UpdateLifestylesRequest.ListEnum
Packages that use UpdateLifestylesRequest.ListEnum
-
Uses of UpdateLifestylesRequest.ListEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpdateLifestylesRequest.ListEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static UpdateLifestylesRequest.ListEnum[]UpdateLifestylesRequest.ListEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model that return types with arguments of type UpdateLifestylesRequest.ListEnumModifier and TypeMethodDescription@Size(min=0,max=6) List<UpdateLifestylesRequest.ListEnum>UpdateLifestylesRequest.getList()List of new lifestyles to set on property.Methods in travel.wink.sdk.extranet.model with parameters of type UpdateLifestylesRequest.ListEnumModifier and TypeMethodDescriptionUpdateLifestylesRequest.addListItem(UpdateLifestylesRequest.ListEnum _listItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type UpdateLifestylesRequest.ListEnumModifier and TypeMethodDescriptionUpdateLifestylesRequest._list(List<UpdateLifestylesRequest.ListEnum> _list) voidUpdateLifestylesRequest.setList(List<UpdateLifestylesRequest.ListEnum> _list)