org.jclouds.googlecomputeengine.domain
Class Deprecated.Builder

java.lang.Object
  extended by org.jclouds.googlecomputeengine.domain.Deprecated.Builder
Enclosing class:
Deprecated

public static class Deprecated.Builder
extends Object


Constructor Summary
Deprecated.Builder()
           
 
Method Summary
 Deprecated build()
           
 Deprecated.Builder deleted(String deleted)
           
 Deprecated.Builder deprecated(String deprecated)
           
 Deprecated.Builder fromDeprecated(Deprecated in)
           
 Deprecated.Builder obsolete(String obsolete)
           
 Deprecated.Builder replacement(URI replacement)
           
 Deprecated.Builder state(String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deprecated.Builder

public Deprecated.Builder()
Method Detail

state

public Deprecated.Builder state(String state)
See Also:
Deprecated.getState()

replacement

public Deprecated.Builder replacement(URI replacement)
See Also:
Deprecated.getReplacement()

deprecated

public Deprecated.Builder deprecated(String deprecated)
See Also:
Deprecated.getDeprecated()

obsolete

public Deprecated.Builder obsolete(String obsolete)
See Also:
Deprecated.getObsolete()

deleted

public Deprecated.Builder deleted(String deleted)
See Also:
Deprecated.getDeprecated()

build

public Deprecated build()

fromDeprecated

public Deprecated.Builder fromDeprecated(Deprecated in)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.