org.jclouds.vcloud.director.v1_5.domain
Class Property.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Property.Builder
- Enclosing class:
- Property
public static class Property.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property.Builder
public Property.Builder()
key
public Property.Builder key(String key)
- See Also:
Property.getKey()
value
public Property.Builder value(String value)
- See Also:
Property.getValue()
property
public Property.Builder property(String key,
String value)
- See Also:
Property.getKey(),
Property.getValue()
build
public Property build()
fromProperty
public Property.Builder fromProperty(Property in)
Copyright © 2009-2012 jclouds. All Rights Reserved.