Uses of Enum Class
com.duffel.sdk.model.Offer.AllowedPassengerIdentityDocumentTypesEnum
Packages that use Offer.AllowedPassengerIdentityDocumentTypesEnum
-
Uses of Offer.AllowedPassengerIdentityDocumentTypesEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return Offer.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Offer.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 Offer.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionThe 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 Offer.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionOffer.addAllowedPassengerIdentityDocumentTypesItem(Offer.AllowedPassengerIdentityDocumentTypesEnum allowedPassengerIdentityDocumentTypesItem) Method parameters in com.duffel.sdk.model with type arguments of type Offer.AllowedPassengerIdentityDocumentTypesEnumModifier and TypeMethodDescriptionOffer.allowedPassengerIdentityDocumentTypes(List<Offer.AllowedPassengerIdentityDocumentTypesEnum> allowedPassengerIdentityDocumentTypes) voidOffer.setAllowedPassengerIdentityDocumentTypes(List<Offer.AllowedPassengerIdentityDocumentTypesEnum> allowedPassengerIdentityDocumentTypes)