Enum Class BtpServiceOptions.BusinessLoggingOptions
java.lang.Object
java.lang.Enum<BtpServiceOptions.BusinessLoggingOptions>
com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
- All Implemented Interfaces:
ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.BusinessLoggingOptions>
,Serializable
,Comparable<BtpServiceOptions.BusinessLoggingOptions>
,Constable
- Enclosing class:
- BtpServiceOptions
public static enum BtpServiceOptions.BusinessLoggingOptions
extends Enum<BtpServiceOptions.BusinessLoggingOptions>
implements ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.BusinessLoggingOptions>
Enhancer that allows to include configuration specific to the SAP Business Logging Service.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionUse the config API of the SAP Business Logging Service.Use the read API of the SAP Business Logging Service.Use the text API of the SAP Business Logging Service.Use the write API of the SAP Business Logging Service. -
Method Summary
-
Enum Constant Details
-
CONFIG_API
Use the config API of the SAP Business Logging Service. -
TEXT_API
Use the text API of the SAP Business Logging Service. -
READ_API
Use the read API of the SAP Business Logging Service. -
WRITE_API
Use the write API of the SAP Business Logging 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.BusinessLoggingOptions>
- Returns:
- The value of the option.
-