Uses of Enum Class
com.duffel.sdk.model.OfferIndex.AllowedPassengerIdentityDocumentTypesEnum
Packages that use OfferIndex.AllowedPassengerIdentityDocumentTypesEnum
-
Uses of OfferIndex.AllowedPassengerIdentityDocumentTypesEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OfferIndex.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OfferIndex.AllowedPassengerIdentityDocumentTypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.duffel.sdk.model that return types with arguments of type OfferIndex.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionOfferIndex.getAllowedPassengerIdentityDocumentTypes()The types of identity documents that may be provided for the passengers when creating an order based on this offer.Methods in com.duffel.sdk.model with parameters of type OfferIndex.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionOfferIndex.addAllowedPassengerIdentityDocumentTypesItem(OfferIndex.AllowedPassengerIdentityDocumentTypesEnum allowedPassengerIdentityDocumentTypesItem) Method parameters in com.duffel.sdk.model with type arguments of type OfferIndex.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionOfferIndex.allowedPassengerIdentityDocumentTypes(List<OfferIndex.AllowedPassengerIdentityDocumentTypesEnum> allowedPassengerIdentityDocumentTypes) voidOfferIndex.setAllowedPassengerIdentityDocumentTypes(List<OfferIndex.AllowedPassengerIdentityDocumentTypesEnum> allowedPassengerIdentityDocumentTypes)