org.jclouds.rest
Interface HttpApiMetadata.Builder<A,T extends HttpApiMetadata.Builder<A,T>>

All Superinterfaces:
ApiMetadata.Builder<T>
All Known Implementing Classes:
BaseHttpApiMetadata.Builder
Enclosing interface:
HttpApiMetadata<A>

public static interface HttpApiMetadata.Builder<A,T extends HttpApiMetadata.Builder<A,T>>
extends ApiMetadata.Builder<T>


Method Summary
 T api(Class<A> api)
           
 
Methods inherited from interface org.jclouds.apis.ApiMetadata.Builder
build, buildVersion, context, credentialName, defaultCredential, defaultEndpoint, defaultIdentity, defaultModule, defaultModules, defaultProperties, documentation, endpointName, fromApiMetadata, id, identityName, name, version, view, view, views
 

Method Detail

api

T api(Class<A> api)
See Also:
ApiMetadata#getApi()


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