Uses of Class
com.oracle.bmc.dataintegration.model.Variable
-
Packages that use Variable Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Variable in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Variable Modifier and Type Method Description Variable
Variable.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
CreatePipelineDetails. getVariables()
The list of variables required in pipeline.List<Variable>
CreatePipelineValidationDetails. getVariables()
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.List<Variable>
Pipeline. getVariables()
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.List<Variable>
PipelineSummary. getVariables()
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.List<Variable>
UpdatePipelineDetails. getVariables()
The list of variables required in pipeline.Methods in com.oracle.bmc.dataintegration.model with parameters of type Variable Modifier and Type Method Description Variable.Builder
Variable.Builder. copy(Variable model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type Variable Modifier and Type Method Description CreatePipelineDetails.Builder
CreatePipelineDetails.Builder. variables(List<Variable> variables)
The list of variables required in pipeline.CreatePipelineValidationDetails.Builder
CreatePipelineValidationDetails.Builder. variables(List<Variable> variables)
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.Pipeline.Builder
Pipeline.Builder. variables(List<Variable> variables)
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.PipelineSummary.Builder
PipelineSummary.Builder. variables(List<Variable> variables)
The list of variables required in pipeline, variables can be used to store values that can be used as inputs to tasks in the pipeline.UpdatePipelineDetails.Builder
UpdatePipelineDetails.Builder. variables(List<Variable> variables)
The list of variables required in pipeline.
-