org.jclouds.vcloud.director.v1_5.domain
Class ProductSectionList.Builder<B extends ProductSectionList.Builder<B>>
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.ProductSectionList.Builder<B>
- Enclosing class:
- ProductSectionList
public abstract static class ProductSectionList.Builder<B extends ProductSectionList.Builder<B>>
- extends Resource.Builder<B>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductSectionList.Builder
public ProductSectionList.Builder()
productSections
public B productSections(Set<org.jclouds.dmtf.ovf.ProductSection> productSections)
- See Also:
ProductSectionList.getProductSections()
productSection
public B productSection(org.jclouds.dmtf.ovf.ProductSection productSection)
- See Also:
ProductSectionList.getProductSections()
build
public ProductSectionList build()
- Overrides:
build in class Resource.Builder<B extends ProductSectionList.Builder<B>>
fromProductSectionList
public B fromProductSectionList(ProductSectionList in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.