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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier 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_APIUse the REST API of the SAP Workflow Service.
- 
ODATA_APIUse the ODATA API (Inbox API) of the SAP Workflow 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.WorkflowOptions>
- Returns:
- The value of the option.
 
 
-