-
public final class CreateInboxForwarderOptionsOptions for creating an inbox forwarder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCreateInboxForwarderOptions.FieldField to match against to trigger inbox forwarding for inbound email Values: rECIPIENTS,sENDER,sUBJECT,aTTACHMENTS
-
Field Summary
Fields Modifier and Type Field Description private final CreateInboxForwarderOptions.Fieldfieldprivate final Stringmatchprivate final List<String>forwardToRecipients
-
Constructor Summary
Constructors Constructor Description CreateInboxForwarderOptions(CreateInboxForwarderOptions.Field field, String match, List<String> forwardToRecipients)
-
Method Summary
Modifier and Type Method Description final CreateInboxForwarderOptions.FieldgetField()final StringgetMatch()final List<String>getForwardToRecipients()-
-
Constructor Detail
-
CreateInboxForwarderOptions
CreateInboxForwarderOptions(CreateInboxForwarderOptions.Field field, String match, List<String> forwardToRecipients)
- Parameters:
field- Field to match against to trigger inbox forwarding for inbound emailmatch- String or wildcard style match for field specified when evaluating forwarding rulesforwardToRecipients- Email addresses to forward an email to if it matches the field and match criteria of the forwarder
-
-
Method Detail
-
getField
final CreateInboxForwarderOptions.Field getField()
-
getForwardToRecipients
final List<String> getForwardToRecipients()
-
-
-
-