org.jclouds.vcloud.director.v1_5.domain
Class Property.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Property.Builder
Enclosing class:
Property

public static class Property.Builder
extends Object


Constructor Summary
Property.Builder()
           
 
Method Summary
 Property build()
           
 Property.Builder fromProperty(Property in)
           
 Property.Builder key(String key)
           
 Property.Builder property(String key, String value)
           
 Property.Builder value(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property.Builder

public Property.Builder()
Method Detail

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.