public class EmailOptions extends Object
Provides options for rendering email messages.
Constructor and Description |
---|
EmailOptions()
Initializes new instance of
EmailOptions class. |
Modifier and Type | Method and Description |
---|---|
Map<Field,String> |
getFieldTextMap()
The mapping between email message
Field and field text representation. |
int |
getPageSize()
The size of the output page.
|
void |
setFieldTextMap(Map<Field,String> value)
The mapping between email message
Field and field text representation. |
void |
setPageSize(int value)
The size of the output page.
|
public EmailOptions()
Initializes new instance of EmailOptions
class.
public final Map<Field,String> getFieldTextMap()
The mapping between email message Field
and field text representation.
public final int getPageSize()
The size of the output page.
public final void setFieldTextMap(Map<Field,String> value)
The mapping between email message Field
and field text representation.
public final void setPageSize(int value)
The size of the output page.
Copyright © 2020. All rights reserved.