org.jclouds.vcloud.director.v1_5.domain
Class ProductSectionList.Builder<B extends ProductSectionList.Builder<B>>

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource.Builder<B>
      extended by 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>


Constructor Summary
ProductSectionList.Builder()
           
 
Method Summary
 ProductSectionList build()
           
 B fromProductSectionList(ProductSectionList in)
           
 B productSection(org.jclouds.dmtf.ovf.ProductSection productSection)
           
 B productSections(Set<org.jclouds.dmtf.ovf.ProductSection> productSections)
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource.Builder
fromResource, href, link, links, self, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductSectionList.Builder

public ProductSectionList.Builder()
Method Detail

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.