public interface ProviderMetadata
Modifier and Type | Interface and Description |
---|---|
static interface |
ProviderMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
ApiMetadata |
getApiMetadata() |
com.google.common.base.Optional<URI> |
getConsole() |
Properties |
getDefaultProperties()
Configuration Properties used when creating connections to this provider.
|
String |
getEndpoint() |
com.google.common.base.Optional<URI> |
getHomepage() |
String |
getId() |
Set<String> |
getIso3166Codes()
iso 3166 codes; ex.
|
Set<String> |
getLinkedServices() |
String |
getName() |
ProviderMetadata.Builder |
toBuilder() |
ProviderMetadata.Builder toBuilder()
ProviderMetadata.Builder
String getId()
String getName()
ApiMetadata getApiMetadata()
String getEndpoint()
ApiMetadata#getEndpoint
Properties getDefaultProperties()
ApiMetadata.getDefaultProperties()
com.google.common.base.Optional<URI> getConsole()
com.google.common.base.Optional<URI> getHomepage()
Set<String> getLinkedServices()
providers
which have the
same account as this.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.