-
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 List<String>forwardToRecipientsprivate final Stringmatch
-
Constructor Summary
Constructors Constructor Description CreateInboxForwarderOptions(CreateInboxForwarderOptions.Field field, List<String> forwardToRecipients, String match)
-
Method Summary
Modifier and Type Method Description final CreateInboxForwarderOptions.FieldgetField()final List<String>getForwardToRecipients()final StringgetMatch()-
-
Constructor Detail
-
CreateInboxForwarderOptions
CreateInboxForwarderOptions(CreateInboxForwarderOptions.Field field, List<String> forwardToRecipients, String match)
- Parameters:
field- Field to match against to trigger inbox forwarding for inbound emailforwardToRecipients- Email addresses to forward an email to if it matches the field and match criteria of the forwardermatch- String or wildcard style match for field specified when evaluating forwarding rules
-
-
Method Detail
-
getField
final CreateInboxForwarderOptions.Field getField()
-
getForwardToRecipients
final List<String> getForwardToRecipients()
-
-
-
-