13141516171819
* It makes sense that these factories define typical default values for the builders. */ public class Dsl extends DslBase { public static RecipientBuilder $Recipient() { return new RecipientBuilder().withName($String()); }