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.EmailRequestGatewayMockService.ReceivedEmail.requestThe field for therequestrecord component.Methods in ch.rswk.meta.engine.test that return GatewayService.EmailRequestModifier and TypeMethodDescriptionGatewayMockService.ReceivedEmail.request()Returns the value of therequestrecord 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 aReceivedEmailrecord class.