Uses of Enum Class
io.trippay.sdk.payment.model.Notification.RecipientTypeEnum
Packages that use Notification.RecipientTypeEnum
-
Uses of Notification.RecipientTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Notification.RecipientTypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.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 io.trippay.sdk.payment.model with parameters of type Notification.RecipientTypeEnumModifier and TypeMethodDescriptionNotification.recipientType(Notification.RecipientTypeEnum recipientType) voidNotification.setRecipientType(Notification.RecipientTypeEnum recipientType)