Package com.cdancy.bitbucket.rest
Class BitbucketApiMetadata
- java.lang.Object
-
- org.jclouds.apis.internal.BaseApiMetadata
-
- org.jclouds.rest.internal.BaseHttpApiMetadata<BitbucketApi>
-
- com.cdancy.bitbucket.rest.BitbucketApiMetadata
-
- All Implemented Interfaces:
org.jclouds.apis.ApiMetadata,org.jclouds.rest.HttpApiMetadata<BitbucketApi>
@AutoService(org.jclouds.apis.ApiMetadata.class) public class BitbucketApiMetadata extends org.jclouds.rest.internal.BaseHttpApiMetadata<BitbucketApi>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBitbucketApiMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_VERSIONstatic StringBUILD_VERSION
-
Constructor Summary
Constructors Modifier Constructor Description BitbucketApiMetadata()protectedBitbucketApiMetadata(BitbucketApiMetadata.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertiesdefaultProperties()BitbucketApiMetadata.BuildertoBuilder()-
Methods inherited from class org.jclouds.rest.internal.BaseHttpApiMetadata
contextToken, getApi, string
-
Methods inherited from class org.jclouds.apis.internal.BaseApiMetadata
equals, getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jclouds.apis.ApiMetadata
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews
-
-
-
-
Field Detail
-
API_VERSION
public static final String API_VERSION
- See Also:
- Constant Field Values
-
BUILD_VERSION
public static final String BUILD_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BitbucketApiMetadata
public BitbucketApiMetadata()
-
BitbucketApiMetadata
protected BitbucketApiMetadata(BitbucketApiMetadata.Builder builder)
-
-
Method Detail
-
toBuilder
public BitbucketApiMetadata.Builder toBuilder()
-
defaultProperties
public static Properties defaultProperties()
-
-