Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.ResourceBundle
-
Packages that use ResourceBundle Package Description com.oracle.bmc.marketplaceprivateoffer.model -
-
Uses of ResourceBundle in com.oracle.bmc.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundle.Builder. build()
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return types with arguments of type ResourceBundle Modifier and Type Method Description List<ResourceBundle>
CreateOfferDetails. getResourceBundles()
A list of Resource Bundles associated with an Offer.List<ResourceBundle>
Offer. getResourceBundles()
A list of Resource Bundles associated with an Offer.List<ResourceBundle>
UpdateOfferDetails. getResourceBundles()
A list of Resource Bundles associated with an Offer.Methods in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type ResourceBundle Modifier and Type Method Description ResourceBundle.Builder
ResourceBundle.Builder. copy(ResourceBundle model)
Method parameters in com.oracle.bmc.marketplaceprivateoffer.model with type arguments of type ResourceBundle Modifier and Type Method Description CreateOfferDetails.Builder
CreateOfferDetails.Builder. resourceBundles(List<ResourceBundle> resourceBundles)
A list of Resource Bundles associated with an Offer.Offer.Builder
Offer.Builder. resourceBundles(List<ResourceBundle> resourceBundles)
A list of Resource Bundles associated with an Offer.UpdateOfferDetails.Builder
UpdateOfferDetails.Builder. resourceBundles(List<ResourceBundle> resourceBundles)
A list of Resource Bundles associated with an Offer.Constructor parameters in com.oracle.bmc.marketplaceprivateoffer.model with type arguments of type ResourceBundle Constructor Description CreateOfferDetails(String displayName, String sellerCompartmentId, String buyerCompartmentId, String description, String internalNotes, Date timeStartDate, String duration, Date timeAcceptBy, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, List<CustomField> customFields, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Offer(String id, String displayName, String sellerCompartmentId, String buyerCompartmentId, String description, Date timeStartDate, String duration, Date timeCreated, Date timeUpdated, Date timeAcceptBy, Date timeAccepted, Date timeOfferEnd, Offer.LifecycleState lifecycleState, String lifecycleDetails, Offer.OfferStatus offerStatus, PublisherSummary publisherSummary, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateOfferDetails(String displayName, String buyerCompartmentId, String description, String internalNotes, Date timeStartDate, String duration, Date timeAcceptBy, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, List<CustomField> customFields, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-