Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
-
Packages that use SchemaAttributes Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of SchemaAttributes in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as SchemaAttributes Modifier and Type Field Description protected SchemaAttributesDeployedAPIOperation. headerAttributesprotected SchemaAttributesDeployedAPIOperation. requestAttributesprotected SchemaAttributesDeployedAPIOperation. responseAttributesprotected SchemaAttributesNestedSchemaType. schemaAttributesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return SchemaAttributes Modifier and Type Method Description protected abstract SchemaAttributesSchemaAttributes. cloneIterator()Clones this iterator.SchemaAttributesDeployedAPIOperation. getHeaderAttributes()Return the list of schema attributes in this API operation's header.SchemaAttributesDeployedAPIOperation. getRequestAttributes()Return the list of schema attributes in this API operation's request.SchemaAttributesDeployedAPIOperation. getResponseAttributes()Return the list of schema attributes in this API operation's response.SchemaAttributesNestedSchemaType. getSchemaAttributes()Return the list of schema attributes in this schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaAttributes Constructor Description SchemaAttributes(SchemaAttributes template)Copy/clone constructor.
-