@Beta public abstract class BaseHttpApiMetadata<A> extends BaseApiMetadata implements HttpApiMetadata<A>
Modifier and Type | Class and Description |
---|---|
static class |
BaseHttpApiMetadata.Builder<A,T extends BaseHttpApiMetadata.Builder<A,T>> |
Modifier | Constructor and Description |
---|---|
protected |
BaseHttpApiMetadata(BaseHttpApiMetadata.Builder<A,?> builder) |
Modifier and Type | Method and Description |
---|---|
static <S,A> com.google.common.reflect.TypeToken<ApiContext<A>> |
contextToken(com.google.common.reflect.TypeToken<A> apiToken) |
static Properties |
defaultProperties() |
Class<A> |
getApi() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, toBuilder
protected BaseHttpApiMetadata(BaseHttpApiMetadata.Builder<A,?> builder)
public static Properties defaultProperties()
public static <S,A> com.google.common.reflect.TypeToken<ApiContext<A>> contextToken(com.google.common.reflect.TypeToken<A> apiToken)
public Class<A> getApi()
getApi
in interface HttpApiMetadata<A>
protected com.google.common.base.Objects.ToStringHelper string()
string
in class BaseApiMetadata
Copyright © 2009-2013 jclouds. All Rights Reserved.