Uses of Class
com.oracle.bmc.dataintegration.model.OciFunction.PayloadFormat
-
Packages that use OciFunction.PayloadFormat Package Description com.oracle.bmc.dataintegration.model -
-
Uses of OciFunction.PayloadFormat in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return OciFunction.PayloadFormat Modifier and Type Method Description static OciFunction.PayloadFormat
OciFunction.PayloadFormat. create(String key)
OciFunction.PayloadFormat
OciFunction. getPayloadFormat()
The OCI Function payload format.static OciFunction.PayloadFormat
OciFunction.PayloadFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static OciFunction.PayloadFormat[]
OciFunction.PayloadFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type OciFunction.PayloadFormat Modifier and Type Method Description OciFunction.Builder
OciFunction.Builder. payloadFormat(OciFunction.PayloadFormat payloadFormat)
The OCI Function payload format.Constructors in com.oracle.bmc.dataintegration.model with parameters of type OciFunction.PayloadFormat Constructor Description OciFunction(String functionId, String regionId, ConfigDefinition fnConfigDefinition, Shape inputShape, Shape outputShape, OciFunction.ModelType modelType, String key, ParentReference parentRef, String modelVersion, Integer objectVersion, OciFunction.PayloadFormat payloadFormat, FunctionConfigurationDefinition fnConfigDef)
Deprecated.
-