Enum FlexiPageType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<FlexiPageType>

    public enum FlexiPageType
    extends java.lang.Enum<FlexiPageType>
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Enum Constant Detail

      • AppPage

        public static final FlexiPageType AppPage
        Enumeration : AppPage
      • ObjectPage

        public static final FlexiPageType ObjectPage
        Enumeration : ObjectPage
      • RecordPage

        public static final FlexiPageType RecordPage
        Enumeration : RecordPage
      • HomePage

        public static final FlexiPageType HomePage
        Enumeration : HomePage
      • MailAppAppPage

        public static final FlexiPageType MailAppAppPage
        Enumeration : MailAppAppPage
      • CommAppPage

        public static final FlexiPageType CommAppPage
        Enumeration : CommAppPage
      • CommForgotPasswordPage

        public static final FlexiPageType CommForgotPasswordPage
        Enumeration : CommForgotPasswordPage
      • CommLoginPage

        public static final FlexiPageType CommLoginPage
        Enumeration : CommLoginPage
      • CommObjectPage

        public static final FlexiPageType CommObjectPage
        Enumeration : CommObjectPage
      • CommQuickActionCreatePage

        public static final FlexiPageType CommQuickActionCreatePage
        Enumeration : CommQuickActionCreatePage
      • CommRecordPage

        public static final FlexiPageType CommRecordPage
        Enumeration : CommRecordPage
      • CommRelatedListPage

        public static final FlexiPageType CommRelatedListPage
        Enumeration : CommRelatedListPage
      • CommSearchResultPage

        public static final FlexiPageType CommSearchResultPage
        Enumeration : CommSearchResultPage
      • CommGlobalSearchResultPage

        public static final FlexiPageType CommGlobalSearchResultPage
        Enumeration : CommGlobalSearchResultPage
      • CommSelfRegisterPage

        public static final FlexiPageType CommSelfRegisterPage
        Enumeration : CommSelfRegisterPage
      • CommThemeLayoutPage

        public static final FlexiPageType CommThemeLayoutPage
        Enumeration : CommThemeLayoutPage
      • CommFlowPage

        public static final FlexiPageType CommFlowPage
        Enumeration : CommFlowPage
      • UtilityBar

        public static final FlexiPageType UtilityBar
        Enumeration : UtilityBar
      • RecordPreview

        public static final FlexiPageType RecordPreview
        Enumeration : RecordPreview
      • EmbeddedServicePage

        public static final FlexiPageType EmbeddedServicePage
        Enumeration : EmbeddedServicePage
    • Field Detail

      • valuesToEnums

        public static java.util.Map<java.lang.String,​java.lang.String> valuesToEnums
    • Method Detail

      • values

        public static FlexiPageType[] 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 (FlexiPageType c : FlexiPageType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FlexiPageType valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<FlexiPageType>