Uses of Class
com.oracle.bmc.limitsincrease.model.PatchInstruction
-
Packages that use PatchInstruction Package Description com.oracle.bmc.limitsincrease.model -
-
Uses of PatchInstruction in com.oracle.bmc.limitsincrease.model
Subclasses of PatchInstruction in com.oracle.bmc.limitsincrease.model Modifier and Type Class Description classPatchInsertInstructionAn operation in a single patch instruction for a new comment to be added to the limit increase request.Methods in com.oracle.bmc.limitsincrease.model that return types with arguments of type PatchInstruction Modifier and Type Method Description List<PatchInstruction>PatchLimitsIncreaseRequestDetails. getItems()List of patch instructions for adding comments.Method parameters in com.oracle.bmc.limitsincrease.model with type arguments of type PatchInstruction Modifier and Type Method Description PatchLimitsIncreaseRequestDetails.BuilderPatchLimitsIncreaseRequestDetails.Builder. items(List<PatchInstruction> items)List of patch instructions for adding comments.Constructor parameters in com.oracle.bmc.limitsincrease.model with type arguments of type PatchInstruction Constructor Description PatchLimitsIncreaseRequestDetails(List<PatchInstruction> items)Deprecated.
-