Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TaskArgument
-
Packages that use TaskArgument Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of TaskArgument in com.oracle.bmc.fleetappsmanagement.model
Subclasses of TaskArgument in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
FileTaskArgument
A file variable that holds a value
Note: Objects should always be created or deserialized using theFileTaskArgument.Builder
.class
StringTaskArgument
A string variable that holds a value
Note: Objects should always be created or deserialized using theStringTaskArgument.Builder
.Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type TaskArgument Modifier and Type Method Description List<TaskArgument>
InputParameter. getArguments()
Arguments for the TaskMethod parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TaskArgument Modifier and Type Method Description InputParameter.Builder
InputParameter.Builder. arguments(List<TaskArgument> arguments)
Arguments for the TaskConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TaskArgument Constructor Description InputParameter(String stepName, List<TaskArgument> arguments)
Deprecated.
-