org.jclouds.vcloud.director.v1_5.domain.query
Class ContainerType.Builder<B extends ContainerType.Builder<B>>
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource.Builder<B>
org.jclouds.vcloud.director.v1_5.domain.query.ContainerType.Builder<B>
- Direct Known Subclasses:
- QueryList.Builder, QueryResultRecords.Builder, QueryResultReferences.Builder, References.Builder
- Enclosing class:
- ContainerType
public static class ContainerType.Builder<B extends ContainerType.Builder<B>>
- extends Resource.Builder<B>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerType.Builder
public ContainerType.Builder()
name
public B name(String name)
- See Also:
ContainerType.getName()
page
public B page(Integer page)
- See Also:
ContainerType.getPage()
pageSize
public B pageSize(Integer pageSize)
- See Also:
ContainerType.getPageSize()
total
public B total(Long total)
- See Also:
ContainerType.getTotal()
build
public ContainerType build()
- Overrides:
build in class Resource.Builder<B extends ContainerType.Builder<B>>
fromContainerType
public B fromContainerType(ContainerType in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.