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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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_APIUse the authoring API of the SAP Business Rules Service.
- 
EXECUTION_APIUse the execution API of the SAP Business Rules Service.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getValueDescription copied from interface:ServiceBindingDestinationOptions.OptionsEnhancerGet the value of the option.- Specified by:
- getValuein interface- ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.BusinessRulesOptions>
- Returns:
- The value of the option.
 
 
-