Uses of Record Class
ch.rswk.meta.engine.GatewayService.EmailRequest
Packages that use GatewayService.EmailRequest
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of GatewayService.EmailRequest in ch.rswk.meta.engine
Methods in ch.rswk.meta.engine with parameters of type GatewayService.EmailRequestModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<GatewayService.DeliveryReply> GatewayService.sendEmail
(GatewayService.EmailRequest request) com.google.common.util.concurrent.ListenableFuture
<GatewayService.DeliveryReply> GatewayService.sendEmail
(@Nullable String emailReplyTo, String emailSender, GatewayService.EmailRequest request) -
Uses of GatewayService.EmailRequest in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as GatewayService.EmailRequestModifier and TypeFieldDescriptionprivate final GatewayService.EmailRequest
GatewayMockService.ReceivedEmail.request
The field for therequest
record component.Methods in ch.rswk.meta.engine.test that return GatewayService.EmailRequestModifier and TypeMethodDescriptionGatewayMockService.ReceivedEmail.request()
Returns the value of therequest
record component.Methods in ch.rswk.meta.engine.test with parameters of type GatewayService.EmailRequestModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<GatewayService.DeliveryReply> GatewayMockService.sendEmail
(@Nullable String emailReplyTo, String emailSender, GatewayService.EmailRequest request) Constructors in ch.rswk.meta.engine.test with parameters of type GatewayService.EmailRequestModifierConstructorDescriptionReceivedEmail
(@Nullable String emailReplyTo, String emailSender, GatewayService.EmailRequest request) Creates an instance of aReceivedEmail
record class.