Interface ServiceParameter

All Known Subinterfaces:
ServiceInputParameter, ServiceOutputParameter
All Known Implementing Classes:
BaseServiceInputParameter, BaseServiceOutputParameter

public interface ServiceParameter
  • Method Details

    • getName

      String getName()
    • getDisplayName

      String getDisplayName()
    • getDescription

      String getDescription()
    • getType

      String getType()
    • getMappingName

      String getMappingName()
    • getExampleData

      String getExampleData()
      Returns an example value for this parameter. For structured parameters, the example should be a valid JSON string.
      Returns:
      the example string, if any.