| Modifier and Type | Method and Description |
|---|---|
abstract SchemaTypeDefinition |
Operation.requestType()
Deprecated.
as of 3.2.1, use
Operation.requestDefinition() instead |
abstract SchemaTypeDefinition[] |
Operation.responseType()
Deprecated.
As of new release, replaced by
Operation.numResponseDefinitions() and Operation.responseDefinition(int) |
abstract SchemaTypeDefinition |
SchemaElementDefinition.typeDefinition()
Return the SchemaTypeDefinition of this item
|
abstract SchemaTypeDefinition |
Element.typeDefinition()
Returns the SchemaTypeDefinition for this element.
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.