Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Choice
-
Packages that use Choice Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Choice in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Choice Modifier and Type Method Description ChoiceChoice.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type Choice Modifier and Type Method Description List<Choice>Prompt. getChoiceGroup()List of choice.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Choice Modifier and Type Method Description Choice.BuilderChoice.Builder. copy(Choice model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Choice Modifier and Type Method Description Prompt.BuilderPrompt.Builder. choiceGroup(List<Choice> choiceGroup)List of choice.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Choice Constructor Description Prompt(Prompt.AcceptanceCondition acceptanceCondition, List<Choice> choiceGroup)Deprecated.
-