public class ConnectionWithDomain extends TargetWithDomain<Connection> implements Connection
Connection.BuilderToJson.JsonProcessingRuntimeException| Constructor and Description |
|---|
ConnectionWithDomain(Connection target,
Collection<Connection> domain) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Connector> |
getConnector() |
String |
getConnectorId() |
Optional<Date> |
getCreatedDate() |
Optional<String> |
getDescription() |
String |
getIcon() |
Optional<Date> |
getLastUpdated() |
String |
getName() |
Map<String,String> |
getOptions()
Actual options how this connection is configured
|
Optional<Organization> |
getOrganization() |
Optional<String> |
getOrganizationId() |
SortedSet<String> |
getTags() |
Optional<String> |
getUserId() |
int |
getUses() |
boolean |
isDerived()
A flag denoting that the some of connection properties were derived.
|
getDomain, getId, getKind, getTarget, withIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, getKindgetId, hasId, idEqualsgetConfiguredPropertiesgetMetadata, getMetadatapublic ConnectionWithDomain(Connection target, Collection<Connection> domain)
public Optional<Organization> getOrganization()
getOrganization in interface ConnectionBasepublic Optional<String> getOrganizationId()
getOrganizationId in interface ConnectionBasepublic Optional<Connector> getConnector()
getConnector in interface ConnectionBasepublic String getConnectorId()
getConnectorId in interface ConnectionBasepublic Map<String,String> getOptions()
ConnectionBasegetOptions in interface ConnectionBasepublic String getIcon()
getIcon in interface ConnectionBasepublic Optional<String> getDescription()
getDescription in interface ConnectionBasepublic Optional<String> getUserId()
getUserId in interface ConnectionBasepublic Optional<Date> getLastUpdated()
getLastUpdated in interface ConnectionBasepublic Optional<Date> getCreatedDate()
getCreatedDate in interface ConnectionBasepublic boolean isDerived()
ConnectionBaseWithConfiguredProperties.getConfiguredProperties() being set
by the OAuth flow so that the UI can alternate between full edit and
reconnect OAuth views.isDerived in interface ConnectionBaseCopyright © 2016–2019 Red Hat. All rights reserved.