Uses of Class
travel.wink.sdk.extranet.model.IdentifierNamePairSupplier
Packages that use IdentifierNamePairSupplier
-
Uses of IdentifierNamePairSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return IdentifierNamePairSupplierMethods in travel.wink.sdk.extranet.model that return types with arguments of type IdentifierNamePairSupplierModifier and TypeMethodDescription@Valid List<IdentifierNamePairSupplier>RatePlanRemovableResponseSupplier.getAddOnList()Get addOnList@Valid List<IdentifierNamePairSupplier>RatePlanRemovableResponseSupplier.getMasterRateList()Get masterRateList@Valid List<IdentifierNamePairSupplier>RoomRateRemovableResponseSupplier.getRateModifiers()Promotions@Valid List<IdentifierNamePairSupplier>CancellationPolicyRemovableResponseSupplier.getRatePlans()Get ratePlansMethods in travel.wink.sdk.extranet.model with parameters of type IdentifierNamePairSupplierModifier and TypeMethodDescriptionRatePlanRemovableResponseSupplier.addAddOnListItem(IdentifierNamePairSupplier addOnListItem) RatePlanRemovableResponseSupplier.addMasterRateListItem(IdentifierNamePairSupplier masterRateListItem) RoomRateRemovableResponseSupplier.addRateModifiersItem(IdentifierNamePairSupplier rateModifiersItem) CancellationPolicyRemovableResponseSupplier.addRatePlansItem(IdentifierNamePairSupplier ratePlansItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type IdentifierNamePairSupplierModifier and TypeMethodDescriptionRatePlanRemovableResponseSupplier.addOnList(List<IdentifierNamePairSupplier> addOnList) RatePlanRemovableResponseSupplier.masterRateList(List<IdentifierNamePairSupplier> masterRateList) RoomRateRemovableResponseSupplier.rateModifiers(List<IdentifierNamePairSupplier> rateModifiers) CancellationPolicyRemovableResponseSupplier.ratePlans(List<IdentifierNamePairSupplier> ratePlans) voidRatePlanRemovableResponseSupplier.setAddOnList(List<IdentifierNamePairSupplier> addOnList) voidRatePlanRemovableResponseSupplier.setMasterRateList(List<IdentifierNamePairSupplier> masterRateList) voidRoomRateRemovableResponseSupplier.setRateModifiers(List<IdentifierNamePairSupplier> rateModifiers) voidCancellationPolicyRemovableResponseSupplier.setRatePlans(List<IdentifierNamePairSupplier> ratePlans)