Package com.sforce.soap.metadata
Enum PlatformActionListContext
- java.lang.Object
-
- java.lang.Enum<PlatformActionListContext>
-
- com.sforce.soap.metadata.PlatformActionListContext
-
- All Implemented Interfaces:
Serializable,Comparable<PlatformActionListContext>
public enum PlatformActionListContext extends Enum<PlatformActionListContext>
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 AssistantEnumeration : AssistantBannerPhotoEnumeration : BannerPhotoChatterEnumeration : ChatterDockableEnumeration : DockableFeedElementEnumeration : FeedElementFlexipageEnumeration : FlexipageGlobalEnumeration : GlobalListViewEnumeration : ListViewListViewDefinitionEnumeration : ListViewDefinitionListViewRecordEnumeration : ListViewRecordLookupEnumeration : LookupMruListEnumeration : MruListMruRowEnumeration : MruRowObjectHomeChartEnumeration : ObjectHomeChartPhotoEnumeration : PhotoRecordEnumeration : RecordRecordEditEnumeration : RecordEditRelatedListEnumeration : RelatedListRelatedListRecordEnumeration : RelatedListRecord
-
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 PlatformActionListContextvalueOf(String name)Returns the enum constant of this type with the specified name.static PlatformActionListContext[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ListView
public static final PlatformActionListContext ListView
Enumeration : ListView
-
RelatedList
public static final PlatformActionListContext RelatedList
Enumeration : RelatedList
-
ListViewRecord
public static final PlatformActionListContext ListViewRecord
Enumeration : ListViewRecord
-
RelatedListRecord
public static final PlatformActionListContext RelatedListRecord
Enumeration : RelatedListRecord
-
Record
public static final PlatformActionListContext Record
Enumeration : Record
-
FeedElement
public static final PlatformActionListContext FeedElement
Enumeration : FeedElement
-
Chatter
public static final PlatformActionListContext Chatter
Enumeration : Chatter
-
Global
public static final PlatformActionListContext Global
Enumeration : Global
-
Flexipage
public static final PlatformActionListContext Flexipage
Enumeration : Flexipage
-
MruList
public static final PlatformActionListContext MruList
Enumeration : MruList
-
MruRow
public static final PlatformActionListContext MruRow
Enumeration : MruRow
-
RecordEdit
public static final PlatformActionListContext RecordEdit
Enumeration : RecordEdit
-
Photo
public static final PlatformActionListContext Photo
Enumeration : Photo
-
BannerPhoto
public static final PlatformActionListContext BannerPhoto
Enumeration : BannerPhoto
-
ObjectHomeChart
public static final PlatformActionListContext ObjectHomeChart
Enumeration : ObjectHomeChart
-
ListViewDefinition
public static final PlatformActionListContext ListViewDefinition
Enumeration : ListViewDefinition
-
Dockable
public static final PlatformActionListContext Dockable
Enumeration : Dockable
-
Lookup
public static final PlatformActionListContext Lookup
Enumeration : Lookup
-
Assistant
public static final PlatformActionListContext Assistant
Enumeration : Assistant
-
-
Method Detail
-
values
public static PlatformActionListContext[] 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 (PlatformActionListContext c : PlatformActionListContext.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PlatformActionListContext 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<PlatformActionListContext>
-
-