public enum MailTipsType extends java.lang.Enum<MailTipsType>
| Enum Constant and Description |
|---|
AUTOMATIC_REPLIES
automatic Replies
|
CUSTOM_MAIL_TIP
custom Mail Tip
|
DELIVERY_RESTRICTION
delivery Restriction
|
EXTERNAL_MEMBER_COUNT
external Member Count
|
MAILBOX_FULL_STATUS
mailbox Full Status
|
MAX_MESSAGE_SIZE
max Message Size
|
MODERATION_STATUS
moderation Status
|
RECIPIENT_SCOPE
recipient Scope
|
RECIPIENT_SUGGESTIONS
recipient Suggestions
|
TOTAL_MEMBER_COUNT
total Member Count
|
UNEXPECTED_VALUE
For MailTipsType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static MailTipsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailTipsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailTipsType AUTOMATIC_REPLIES
public static final MailTipsType MAILBOX_FULL_STATUS
public static final MailTipsType CUSTOM_MAIL_TIP
public static final MailTipsType EXTERNAL_MEMBER_COUNT
public static final MailTipsType TOTAL_MEMBER_COUNT
public static final MailTipsType MAX_MESSAGE_SIZE
public static final MailTipsType DELIVERY_RESTRICTION
public static final MailTipsType MODERATION_STATUS
public static final MailTipsType RECIPIENT_SCOPE
public static final MailTipsType RECIPIENT_SUGGESTIONS
public static final MailTipsType UNEXPECTED_VALUE
public static MailTipsType[] values()
for (MailTipsType c : MailTipsType.values()) System.out.println(c);
public static MailTipsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null