public interface ConnectionBase extends WithResourceId, WithTags, WithName, WithConfiguredProperties, WithMetadata, ToJson, WithUsage
ToJson.JsonProcessingRuntimeException| Modifier and Type | Method and Description |
|---|---|
Optional<Connector> |
getConnector() |
String |
getConnectorId() |
Optional<Date> |
getCreatedDate() |
Optional<String> |
getDescription() |
String |
getIcon() |
Optional<Date> |
getLastUpdated() |
Map<String,String> |
getOptions()
Actual options how this connection is configured
|
Optional<Organization> |
getOrganization() |
Optional<String> |
getOrganizationId() |
Optional<String> |
getUserId() |
boolean |
isDerived()
A flag denoting that the some of connection properties were derived.
|
getId, hasId, idEquals, withIdgetConfiguredPropertiesgetMetadata, getMetadataOptional<Organization> getOrganization()
String getConnectorId()
Map<String,String> getOptions()
String getIcon()
boolean isDerived()
WithConfiguredProperties.getConfiguredProperties() being set
by the OAuth flow so that the UI can alternate between full edit and
reconnect OAuth views.Copyright © 2016–2019 Red Hat. All rights reserved.