Enum Class BtpServiceOptions.WorkflowOptions
java.lang.Object
java.lang.Enum<BtpServiceOptions.WorkflowOptions>
com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.WorkflowOptions
- All Implemented Interfaces:
ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.WorkflowOptions>
,Serializable
,Comparable<BtpServiceOptions.WorkflowOptions>
,Constable
- Enclosing class:
- BtpServiceOptions
public static enum BtpServiceOptions.WorkflowOptions
extends Enum<BtpServiceOptions.WorkflowOptions>
implements ServiceBindingDestinationOptions.OptionsEnhancer<BtpServiceOptions.WorkflowOptions>
Enhancer that allows to include configuration specific to the
SAP Workflow 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
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Get the value of the option.Returns the enum constant of this class with the specified name.static BtpServiceOptions.WorkflowOptions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REST_API
Use the REST API of the SAP Workflow Service. -
ODATA_API
Use the ODATA API (Inbox API) of the SAP Workflow 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.WorkflowOptions>
- Returns:
- The value of the option.
-