Interface DDLRecordSetSettings
@ProviderType
public interface DDLRecordSetSettings
-
Method Summary
Modifier and TypeMethodDescriptionboolean
default boolean
boolean
boolean
-
Method Details
-
emailFromAddress
String emailFromAddress() -
emailFromName
String emailFromName() -
emailSubject
String emailSubject() -
emailToAddress
String emailToAddress() -
published
boolean published() -
redirectURL
String redirectURL() -
requireAuthentication
default boolean requireAuthentication() -
requireCaptcha
boolean requireCaptcha() -
sendEmailNotification
boolean sendEmailNotification() -
storageType
String storageType() -
workflowDefinition
String workflowDefinition()
-