org.jclouds.io.payloads
Class Part.PartOptions

java.lang.Object
  extended by org.jclouds.io.payloads.Part.PartOptions
Enclosing class:
Part

public static class Part.PartOptions
extends Object


Nested Class Summary
static class Part.PartOptions.Builder
           
 
Constructor Summary
Part.PartOptions()
           
 
Method Summary
 Part.PartOptions contentType(String contentType)
           
 Part.PartOptions filename(String filename)
           
 String getContentType()
           
 String getFilename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Part.PartOptions

public Part.PartOptions()
Method Detail

contentType

public Part.PartOptions contentType(String contentType)

filename

public Part.PartOptions filename(String filename)

getContentType

public String getContentType()

getFilename

public String getFilename()


Copyright © 2009-2011 jclouds. All Rights Reserved.