Uses of Class
com.oracle.bmc.oda.model.EntityActionArgument
-
Packages that use EntityActionArgument Package Description com.oracle.bmc.oda.model -
-
Uses of EntityActionArgument in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return EntityActionArgument Modifier and Type Method Description EntityActionArgument
EntityActionArgument.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type EntityActionArgument Modifier and Type Method Description List<EntityActionArgument>
EntityAction. getArguments()
List of entity action argumentsMethods in com.oracle.bmc.oda.model with parameters of type EntityActionArgument Modifier and Type Method Description EntityActionArgument.Builder
EntityActionArgument.Builder. copy(EntityActionArgument model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type EntityActionArgument Modifier and Type Method Description EntityAction.Builder
EntityAction.Builder. arguments(List<EntityActionArgument> arguments)
List of entity action argumentsConstructor parameters in com.oracle.bmc.oda.model with type arguments of type EntityActionArgument Constructor Description EntityAction(String name, String crudType, EntityActionNaturalLanguageMapping naturalLanguageMapping, List<EntityActionArgument> arguments)
Deprecated.
-