| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
description()
Return String which contains a human readable description of this
Operation.
|
abstract Name |
name()
Return the name of this Operation
|
abstract int |
numResponseDefinitions()
Returns the number of the response types that can be returned by this
Operation.
|
abstract SchemaElementDefinition |
requestDefinition()
Returns a read-only SchemaElementDefinition which defines the schema for
this Operation
|
abstract SchemaTypeDefinition |
requestType()
Deprecated.
as of 3.2.1, use
requestDefinition() instead |
abstract SchemaElementDefinition |
responseDefinition(int index)
Returns a read-only SchemaElementDefinition which defines the schema of
the 'index'th possible response that this Operation delivers.
|
abstract SchemaTypeDefinition[] |
responseType()
Deprecated.
As of new release, replaced by
numResponseDefinitions() and responseDefinition(int) |
abstract Schema.Status |
status()
Return the status of this Operation
|
public abstract Name name()
public abstract Schema.Status status()
public abstract SchemaTypeDefinition requestType()
requestDefinition() insteadpublic abstract SchemaElementDefinition requestDefinition()
public abstract SchemaTypeDefinition[] responseType()
numResponseDefinitions() and responseDefinition(int)public abstract int numResponseDefinitions()
public abstract SchemaElementDefinition responseDefinition(int index)
IndexOutOfBoundsException - if index >=
numResponseDefinitions()public abstract String description()
Copyright © 2019 Bloomberg L.P.. All rights reserved.