public enum SFReportType extends java.lang.Enum<SFReportType>
| Enum Constant and Description |
|---|
Access |
Activity |
BandwidthDetail |
BandwidthSummary |
EncryptedEmail |
Messaging |
Storage |
| Modifier and Type | Method and Description |
|---|---|
static SFReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFReportType Access
public static final SFReportType Activity
public static final SFReportType Storage
public static final SFReportType Messaging
public static final SFReportType BandwidthDetail
public static final SFReportType BandwidthSummary
public static final SFReportType EncryptedEmail
public static SFReportType[] values()
for (SFReportType c : SFReportType.values()) System.out.println(c);
public static SFReportType 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