Package 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
- See Also:
ConfiguresHttpApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpApiMetadata.Builder<A,T extends HttpApiMetadata.Builder<A,T>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-