Uses of Class
travel.wink.sdk.travel.agent.model.PerkLightweightAgent
Packages that use PerkLightweightAgent
-
Uses of PerkLightweightAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return PerkLightweightAgentModifier and TypeMethodDescriptionPerkLightweightAgent.addDescriptionsItem(SimpleDescriptionAgent descriptionsItem) PerkLightweightAgent.descriptions(List<SimpleDescriptionAgent> descriptions) PerkLightweightAgent.guaranteed(Boolean guaranteed) PerkLightweightAgent.identifier(String identifier) Methods in travel.wink.sdk.travel.agent.model that return types with arguments of type PerkLightweightAgentModifier and TypeMethodDescription@Valid List<PerkLightweightAgent> RoomStayAgent.getPerkTypes()List of perks that came with the master rateMethods in travel.wink.sdk.travel.agent.model with parameters of type PerkLightweightAgentModifier and TypeMethodDescriptionRoomStayAgent.addPerkTypesItem(PerkLightweightAgent perkTypesItem) Method parameters in travel.wink.sdk.travel.agent.model with type arguments of type PerkLightweightAgentModifier and TypeMethodDescriptionRoomStayAgent.perkTypes(List<PerkLightweightAgent> perkTypes) voidRoomStayAgent.setPerkTypes(List<PerkLightweightAgent> perkTypes)