Uses of Class
com.oracle.bmc.marketplacepublisher.model.Product.Builder
-
Packages that use Product.Builder Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Product.Builder in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Product.Builder Modifier and Type Method Description static Product.BuilderProduct. builder()Create a new builder.Product.BuilderProduct.Builder. code(String code)The code for the product.Product.BuilderProduct.Builder. copy(Product model)Product.BuilderProduct.Builder. lifecycleState(Product.LifecycleState lifecycleState)The current state for the product.Product.BuilderProduct.Builder. name(String name)The name for the product.Product.BuilderProduct.Builder. productGroup(String productGroup)The product group for the product.Product.BuilderProduct.Builder. timeCreated(Date timeCreated)The date and time the product was created, in the format defined by RFC3339.Product.BuilderProduct.Builder. timeUpdated(Date timeUpdated)The date and time the product was updated, in the format defined by RFC3339.Product.BuilderProduct. toBuilder()
-