Package com.sforce.soap.metadata
Enum ReportTypeCategory
- java.lang.Object
-
- java.lang.Enum<ReportTypeCategory>
-
- com.sforce.soap.metadata.ReportTypeCategory
-
- All Implemented Interfaces:
Serializable,Comparable<ReportTypeCategory>
public enum ReportTypeCategory extends Enum<ReportTypeCategory>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description accountsEnumeration : accountsactivitiesEnumeration : activitiesadminEnumeration : adminbusopEnumeration : busopcalibrationEnumeration : calibrationcampaignsEnumeration : campaignscasesEnumeration : casescommerceEnumeration : commercecontentEnumeration : contentdata_cloudEnumeration : data_cloudemployeeEnumeration : employeeflowEnumeration : flowforecastsEnumeration : forecastsindividualEnumeration : individualleadsEnumeration : leadsopportunitiesEnumeration : opportunitiesotherEnumeration : otherproductsEnumeration : productsquotesEnumeration : quotessemantic_modelEnumeration : semantic_modelterritoryEnumeration : territoryterritory2Enumeration : territory2usage_entitlementEnumeration : usage_entitlementwdcEnumeration : wdc
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>valuesToEnums
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static ReportTypeCategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static ReportTypeCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
accounts
public static final ReportTypeCategory accounts
Enumeration : accounts
-
opportunities
public static final ReportTypeCategory opportunities
Enumeration : opportunities
-
forecasts
public static final ReportTypeCategory forecasts
Enumeration : forecasts
-
cases
public static final ReportTypeCategory cases
Enumeration : cases
-
leads
public static final ReportTypeCategory leads
Enumeration : leads
-
campaigns
public static final ReportTypeCategory campaigns
Enumeration : campaigns
-
activities
public static final ReportTypeCategory activities
Enumeration : activities
-
busop
public static final ReportTypeCategory busop
Enumeration : busop
-
products
public static final ReportTypeCategory products
Enumeration : products
-
admin
public static final ReportTypeCategory admin
Enumeration : admin
-
territory
public static final ReportTypeCategory territory
Enumeration : territory
-
other
public static final ReportTypeCategory other
Enumeration : other
-
content
public static final ReportTypeCategory content
Enumeration : content
-
usage_entitlement
public static final ReportTypeCategory usage_entitlement
Enumeration : usage_entitlement
-
wdc
public static final ReportTypeCategory wdc
Enumeration : wdc
-
calibration
public static final ReportTypeCategory calibration
Enumeration : calibration
-
territory2
public static final ReportTypeCategory territory2
Enumeration : territory2
-
quotes
public static final ReportTypeCategory quotes
Enumeration : quotes
-
individual
public static final ReportTypeCategory individual
Enumeration : individual
-
employee
public static final ReportTypeCategory employee
Enumeration : employee
-
data_cloud
public static final ReportTypeCategory data_cloud
Enumeration : data_cloud
-
commerce
public static final ReportTypeCategory commerce
Enumeration : commerce
-
flow
public static final ReportTypeCategory flow
Enumeration : flow
-
semantic_model
public static final ReportTypeCategory semantic_model
Enumeration : semantic_model
-
-
Method Detail
-
values
public static ReportTypeCategory[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ReportTypeCategory c : ReportTypeCategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ReportTypeCategory valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<ReportTypeCategory>
-
-