Uses of Enum Class
io.trippay.sdk.payment.model.SendNotification.RecipientTypeEnum
Packages that use SendNotification.RecipientTypeEnum
-
Uses of SendNotification.RecipientTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type SendNotification.RecipientTypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return SendNotification.RecipientTypeEnumModifier and TypeMethodDescription@NotNull SendNotification.RecipientTypeEnumSendNotification.getRecipientType()Recipient typeReturns the enum constant of this class with the specified name.static SendNotification.RecipientTypeEnum[]SendNotification.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 SendNotification.RecipientTypeEnumModifier and TypeMethodDescriptionSendNotification.recipientType(SendNotification.RecipientTypeEnum recipientType) voidSendNotification.setRecipientType(SendNotification.RecipientTypeEnum recipientType)