Uses of Class
travel.wink.sdk.booking.model.PerkLightweightAuthenticatedEntity
Packages that use PerkLightweightAuthenticatedEntity
-
Uses of PerkLightweightAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PerkLightweightAuthenticatedEntityModifier and TypeMethodDescriptionPerkLightweightAuthenticatedEntity.addDescriptionsItem(SimpleDescriptionAuthenticatedEntity descriptionsItem) PerkLightweightAuthenticatedEntity.descriptions(List<@Valid SimpleDescriptionAuthenticatedEntity> descriptions) PerkLightweightAuthenticatedEntity.guaranteed(Boolean guaranteed) PerkLightweightAuthenticatedEntity.identifier(String identifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type PerkLightweightAuthenticatedEntityModifier and TypeMethodDescription@Valid List<@Valid PerkLightweightAuthenticatedEntity> RoomStayAuthenticatedEntity.getPerkTypes()List of perks that came with the master rateMethods in travel.wink.sdk.booking.model with parameters of type PerkLightweightAuthenticatedEntityModifier and TypeMethodDescriptionRoomStayAuthenticatedEntity.addPerkTypesItem(PerkLightweightAuthenticatedEntity perkTypesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type PerkLightweightAuthenticatedEntityModifier and TypeMethodDescriptionRoomStayAuthenticatedEntity.perkTypes(List<@Valid PerkLightweightAuthenticatedEntity> perkTypes) voidRoomStayAuthenticatedEntity.setPerkTypes(List<@Valid PerkLightweightAuthenticatedEntity> perkTypes)