public interface Operation
Modifier and Type | Method and Description |
---|---|
List<SupportLevelDescriptor> |
getLevelsOfSupport()
Returns a structure which describes what countries support the operation, along with any custom
modifications for that country
|
String |
getName()
The name of the operation
|
List<InputParam> |
getOptionalInput()
List of any optional input objects for the operation
|
List<OutputParam> |
getOutput()
List of the output objects for the operation
|
List<InputParam> |
getRequiredInput()
List of any required input objects for the operation
|
void |
setLevelsOfSupport(List<SupportLevelDescriptor> levelsOfSupport)
Local support information
|
void |
setName(String name)
Name of the operation
|
void |
setOptionalInput(List<InputParam> params)
The optional input
|
void |
setOutput(List<OutputParam> params)
The output objects
|
void |
setRequiredInput(List<InputParam> params)
The required input
|
String getName()
void setName(String name)
name
- name of the operationList<InputParam> getRequiredInput()
void setRequiredInput(List<InputParam> params)
params
- required input objectsList<InputParam> getOptionalInput()
void setOptionalInput(List<InputParam> params)
params
- optional input objectsList<OutputParam> getOutput()
void setOutput(List<OutputParam> params)
params
- output objectsList<SupportLevelDescriptor> getLevelsOfSupport()
void setLevelsOfSupport(List<SupportLevelDescriptor> levelsOfSupport)
levelsOfSupport
- local support informationCopyright © 2024. All rights reserved.