Uses of Class
com.oracle.bmc.marketplace.model.ListingSummary.CompatibleArchitectures
-
Packages that use ListingSummary.CompatibleArchitectures Package Description com.oracle.bmc.marketplace.model -
-
Uses of ListingSummary.CompatibleArchitectures in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return ListingSummary.CompatibleArchitectures Modifier and Type Method Description static ListingSummary.CompatibleArchitecturesListingSummary.CompatibleArchitectures. create(String key)static ListingSummary.CompatibleArchitecturesListingSummary.CompatibleArchitectures. valueOf(String name)Returns the enum constant of this type with the specified name.static ListingSummary.CompatibleArchitectures[]ListingSummary.CompatibleArchitectures. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model that return types with arguments of type ListingSummary.CompatibleArchitectures Modifier and Type Method Description List<ListingSummary.CompatibleArchitectures>ListingSummary. getCompatibleArchitectures()The list of compatible architectures supported by the listingMethod parameters in com.oracle.bmc.marketplace.model with type arguments of type ListingSummary.CompatibleArchitectures Modifier and Type Method Description ListingSummary.BuilderListingSummary.Builder. compatibleArchitectures(List<ListingSummary.CompatibleArchitectures> compatibleArchitectures)The list of compatible architectures supported by the listing
-