Uses of Record Class
ch.rswk.meta.engine.GatewayService.EmailRequestFile
Packages that use GatewayService.EmailRequestFile
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of GatewayService.EmailRequestFile in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine with type parameters of type GatewayService.EmailRequestFileModifier and TypeFieldDescriptionprivate final @Nullable List
<GatewayService.EmailRequestFile> GatewayService.EmailRequest.files
The field for thefiles
record component.Methods in ch.rswk.meta.engine that return types with arguments of type GatewayService.EmailRequestFileModifier and TypeMethodDescription@Nullable List
<GatewayService.EmailRequestFile> GatewayService.EmailRequest.files()
Returns the value of thefiles
record component.Constructor parameters in ch.rswk.meta.engine with type arguments of type GatewayService.EmailRequestFileModifierConstructorDescriptionEmailRequest
(String content, @Nullable List<GatewayService.EmailRequestFile> files, String receiver, String subject, @Nullable String type) Creates an instance of aEmailRequest
record class.