org.jclouds.rest
Interface HttpApiMetadata<A>

All Superinterfaces:
ApiMetadata
All Known Implementing Classes:
AnonymousHttpApiMetadata, BaseHttpApiMetadata

@Beta
public interface HttpApiMetadata<A>
extends ApiMetadata

Since:
1.6
Author:
Adrian Cole
See Also:
ConfiguresHttpApi

Nested Class Summary
static interface HttpApiMetadata.Builder<A,T extends HttpApiMetadata.Builder<A,T>>
           
 
Method Summary
 Class<A> getApi()
           
 
Methods inherited from interface org.jclouds.apis.ApiMetadata
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, toBuilder
 

Method Detail

getApi

Class<A> getApi()
Returns:
the type of the java api which has http annotations on its methods.


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