Enum Class BtpServiceOptions.BusinessRulesOptions
java.lang.Object
java.lang.Enum<BtpServiceOptions.BusinessRulesOptions>
com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessRulesOptions
- All Implemented Interfaces:
ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.BusinessRulesOptions>
,Serializable
,Comparable<BtpServiceOptions.BusinessRulesOptions>
,Constable
- Enclosing class:
- BtpServiceOptions
public static enum BtpServiceOptions.BusinessRulesOptions
extends Enum<BtpServiceOptions.BusinessRulesOptions>
implements ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.BusinessRulesOptions>
Enhancer that allows to include configuration specific to the
SAP Business Rules Service for Cloud Foundry
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionUse the authoring API of the SAP Business Rules Service.Use the execution API of the SAP Business Rules Service. -
Method Summary
-
Enum Constant Details
-
AUTHORING_API
Use the authoring API of the SAP Business Rules Service. -
EXECUTION_API
Use the execution API of the SAP Business Rules Service.
-
-
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
-
getValue
Description copied from interface:ServiceBindingDestinationOptions.OptionsEnhancer
Get the value of the option.- Specified by:
getValue
in interfaceServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.BusinessRulesOptions>
- Returns:
- The value of the option.
-