public static class ProductSection.Builder<B extends ProductSection.Builder<B>> extends SectionType.Builder<B>
Modifier and Type | Field and Description |
---|---|
protected Set<ProductSectionProperty> |
properties |
Constructor and Description |
---|
ProductSection.Builder() |
Modifier and Type | Method and Description |
---|---|
B |
appUrl(CimString appUrl) |
ProductSection |
build() |
B |
fromProductSection(ProductSection in) |
B |
fullVersion(CimString fullVersion) |
B |
product(MsgType product) |
B |
productUrl(CimString productUrl) |
B |
productUrl(String productUrl) |
B |
properties(Iterable<ProductSectionProperty> properties) |
B |
property(ProductSectionProperty property) |
protected B |
self() |
B |
vendor(MsgType vendor) |
B |
vendorUrl(CimString vendorUrl) |
B |
version(CimString version) |
fromSectionType, info, notRequired, required, required
protected Set<ProductSectionProperty> properties
protected B self()
self
in class SectionType.Builder<B extends ProductSection.Builder<B>>
public B product(MsgType product)
ProductSection.getProduct()
public B vendor(MsgType vendor)
ProductSection.getVendor()
public B version(CimString version)
ProductSection.getVersion()
public B productUrl(CimString productUrl)
ProductSection.getProductUrl()
public B productUrl(String productUrl)
ProductSection.getProductUrl()
public B vendorUrl(CimString vendorUrl)
ProductSection.getVendorUrl()
public B appUrl(CimString appUrl)
ProductSection.getAppUrl()
public B property(ProductSectionProperty property)
ProductSection.getProperties()
public B properties(Iterable<ProductSectionProperty> properties)
ProductSection.getProperties()
public ProductSection build()
build
in class SectionType.Builder<B extends ProductSection.Builder<B>>
public B fromProductSection(ProductSection in)
Copyright © 2009-2013 jclouds. All Rights Reserved.