@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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, toBuilderprotected 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 BaseApiMetadataCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.