Uses of Class
com.oracle.bmc.limitsincrease.model.LimitsIncreaseQuestionSummary
-
Packages that use LimitsIncreaseQuestionSummary Package Description com.oracle.bmc.limitsincrease com.oracle.bmc.limitsincrease.model -
-
Uses of LimitsIncreaseQuestionSummary in com.oracle.bmc.limitsincrease
Methods in com.oracle.bmc.limitsincrease that return types with arguments of type LimitsIncreaseQuestionSummary Modifier and Type Method Description Iterable<LimitsIncreaseQuestionSummary>LimitsIncreasePaginators. listLimitsIncreaseQuestionsRecordIterator(ListLimitsIncreaseQuestionsRequest request)Creates a new iterable which will iterate over theLimitsIncreaseQuestionSummaryobjects contained in responses from the listLimitsIncreaseQuestions operation. -
Uses of LimitsIncreaseQuestionSummary in com.oracle.bmc.limitsincrease.model
Methods in com.oracle.bmc.limitsincrease.model that return LimitsIncreaseQuestionSummary Modifier and Type Method Description LimitsIncreaseQuestionSummaryLimitsIncreaseQuestionSummary.Builder. build()Methods in com.oracle.bmc.limitsincrease.model that return types with arguments of type LimitsIncreaseQuestionSummary Modifier and Type Method Description List<LimitsIncreaseQuestionSummary>LimitsIncreaseQuestionCollection. getItems()List of questions to be asked for certain limits.Methods in com.oracle.bmc.limitsincrease.model with parameters of type LimitsIncreaseQuestionSummary Modifier and Type Method Description LimitsIncreaseQuestionSummary.BuilderLimitsIncreaseQuestionSummary.Builder. copy(LimitsIncreaseQuestionSummary model)Method parameters in com.oracle.bmc.limitsincrease.model with type arguments of type LimitsIncreaseQuestionSummary Modifier and Type Method Description LimitsIncreaseQuestionCollection.BuilderLimitsIncreaseQuestionCollection.Builder. items(List<LimitsIncreaseQuestionSummary> items)List of questions to be asked for certain limits.Constructor parameters in com.oracle.bmc.limitsincrease.model with type arguments of type LimitsIncreaseQuestionSummary Constructor Description LimitsIncreaseQuestionCollection(List<LimitsIncreaseQuestionSummary> items)Deprecated.
-