Uses of Class
org.jclouds.openstack.swift.v1.domain.SwiftObject
- 
- 
Uses of SwiftObject in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type SwiftObject Modifier and Type Method Description protected com.google.common.base.Function<SwiftObject,MutableBlobMetadata>RegionScopedSwiftBlobStore. toBlobMetadata(String container) - 
Uses of SwiftObject in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type SwiftObject Modifier and Type Method Description MutableBlobMetadataToBlobMetadata. apply(SwiftObject from) - 
Uses of SwiftObject in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return SwiftObject Modifier and Type Method Description SwiftObjectSwiftObject.Builder. build()Methods in org.jclouds.openstack.swift.v1.domain that return types with arguments of type SwiftObject Modifier and Type Method Description protected List<SwiftObject>ObjectList. delegate()Methods in org.jclouds.openstack.swift.v1.domain with parameters of type SwiftObject Modifier and Type Method Description intSwiftObject. compareTo(SwiftObject that)SwiftObject.BuilderSwiftObject.Builder. fromObject(SwiftObject from)Method parameters in org.jclouds.openstack.swift.v1.domain with type arguments of type SwiftObject Modifier and Type Method Description static ObjectListObjectList. create(List<SwiftObject> objects, Container container)Constructor parameters in org.jclouds.openstack.swift.v1.domain with type arguments of type SwiftObject Constructor Description ObjectList(List<SwiftObject> objects, Container container) - 
Uses of SwiftObject in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return SwiftObject Modifier and Type Method Description SwiftObjectObjectApi. get(String objectName)Gets theSwiftObjectincluding itsbody.SwiftObjectObjectApi. get(String objectName, GetOptions options)Gets theSwiftObjectincluding itsbody.SwiftObjectObjectApi. getWithoutBody(String objectName)Gets theSwiftObjectmetadata without itsbody. - 
Uses of SwiftObject in org.jclouds.openstack.swift.v1.functions
Methods in org.jclouds.openstack.swift.v1.functions that return SwiftObject Modifier and Type Method Description SwiftObjectParseObjectFromResponse. apply(HttpResponse from) 
 -