Uses of Enum Class
travel.wink.sdk.extranet.model.Notification.RecipientTypeEnum
Packages that use Notification.RecipientTypeEnum
-
Uses of Notification.RecipientTypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return Notification.RecipientTypeEnumModifier and TypeMethodDescription@NotNull Notification.RecipientTypeEnumNotification.getRecipientType()Recipient typeReturns the enum constant of this class with the specified name.static Notification.RecipientTypeEnum[]Notification.RecipientTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type Notification.RecipientTypeEnumModifier and TypeMethodDescriptionNotification.recipientType(Notification.RecipientTypeEnum recipientType) voidNotification.setRecipientType(Notification.RecipientTypeEnum recipientType)