org.jclouds.openstack.quantum.v1_0.domain
Class Attachment.Builder<T extends Attachment.Builder<T>>

java.lang.Object
  extended by org.jclouds.openstack.quantum.v1_0.domain.Reference.Builder<T>
      extended by org.jclouds.openstack.quantum.v1_0.domain.Attachment.Builder<T>
Enclosing class:
Attachment

public abstract static class Attachment.Builder<T extends Attachment.Builder<T>>
extends Reference.Builder<T>


Field Summary
 
Fields inherited from class org.jclouds.openstack.quantum.v1_0.domain.Reference.Builder
id
 
Constructor Summary
Attachment.Builder()
           
 
Method Summary
 Attachment build()
           
 T fromAttachment(Attachment in)
           
 
Methods inherited from class org.jclouds.openstack.quantum.v1_0.domain.Reference.Builder
fromReference, id, self
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment.Builder

public Attachment.Builder()
Method Detail

build

public Attachment build()
Overrides:
build in class Reference.Builder<T extends Attachment.Builder<T>>

fromAttachment

public T fromAttachment(Attachment in)


Copyright © 2009-2012 jclouds. All Rights Reserved.