Package com.sforce.soap.metadata
Enum Class FlexiPageType
- All Implemented Interfaces:
Serializable,Comparable<FlexiPageType>,java.lang.constant.Constable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnumeration : ApplicationLayoutEnumeration : AppPageEnumeration : CdpRecordPageEnumeration : CommAppPageEnumeration : CommCheckoutPageEnumeration : CommContractDocumentsPageEnumeration : CommElectronicSignaturePageEnumeration : CommFlowPageEnumeration : CommForgotPasswordPageEnumeration : CommGlobalSearchResultPageEnumeration : CommLoginPageEnumeration : CommNoSearchResultsPageEnumeration : CommObjectPageEnumeration : CommOrderConfirmationPageEnumeration : CommQuickActionCreatePageEnumeration : CommRecordPageEnumeration : CommRelatedListPageEnumeration : CommSearchResultPageEnumeration : CommSelfRegisterPageEnumeration : CommThemeLayoutPageEnumeration : EasyHomePageEnumeration : EmailContentPageEnumeration : EmailTemplatePageEnumeration : EmbeddedServicePageEnumeration : HomePageEnumeration : LandingPageEnumeration : MailAppAppPageEnumeration : ObjectPageEnumeration : RecordPageEnumeration : RecordPreviewEnumeration : ServiceDocumentEnumeration : SlackAppHomeEnumeration : SlackMessageEnumeration : SlackModalEnumeration : SlackNotificationEnumeration : UtilityBar -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()static FlexiPageTypeReturns the enum constant of this class with the specified name.static FlexiPageType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AppPage
Enumeration : AppPage -
ObjectPage
Enumeration : ObjectPage -
RecordPage
Enumeration : RecordPage -
HomePage
Enumeration : HomePage -
MailAppAppPage
Enumeration : MailAppAppPage -
CommAppPage
Enumeration : CommAppPage -
CommForgotPasswordPage
Enumeration : CommForgotPasswordPage -
CommLoginPage
Enumeration : CommLoginPage -
CommObjectPage
Enumeration : CommObjectPage -
CommQuickActionCreatePage
Enumeration : CommQuickActionCreatePage -
CommRecordPage
Enumeration : CommRecordPage -
CommRelatedListPage
Enumeration : CommRelatedListPage -
CommSearchResultPage
Enumeration : CommSearchResultPage -
CommGlobalSearchResultPage
Enumeration : CommGlobalSearchResultPage -
CommSelfRegisterPage
Enumeration : CommSelfRegisterPage -
CommThemeLayoutPage
Enumeration : CommThemeLayoutPage -
UtilityBar
Enumeration : UtilityBar -
RecordPreview
Enumeration : RecordPreview -
EmbeddedServicePage
Enumeration : EmbeddedServicePage -
CommCheckoutPage
Enumeration : CommCheckoutPage -
CommOrderConfirmationPage
Enumeration : CommOrderConfirmationPage -
CommFlowPage
Enumeration : CommFlowPage -
EmailTemplatePage
Enumeration : EmailTemplatePage -
ApplicationLayout
Enumeration : ApplicationLayout -
CommNoSearchResultsPage
Enumeration : CommNoSearchResultsPage -
CommElectronicSignaturePage
Enumeration : CommElectronicSignaturePage -
CommContractDocumentsPage
Enumeration : CommContractDocumentsPage -
EmailContentPage
Enumeration : EmailContentPage -
ServiceDocument
Enumeration : ServiceDocument -
LandingPage
Enumeration : LandingPage -
CdpRecordPage
Enumeration : CdpRecordPage -
SlackAppHome
Enumeration : SlackAppHome -
SlackMessage
Enumeration : SlackMessage -
SlackModal
Enumeration : SlackModal -
SlackNotification
Enumeration : SlackNotification -
EasyHomePage
Enumeration : EasyHomePage
-
-
Field Details
-
valuesToEnums
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<FlexiPageType>
-