Interface BasicInterface

All Known Implementing Classes:
BasicInput, BasicType

public interface BasicInterface
To Test the generation of a Types/Inputs/Enums even if it's not used (directly) as a return type or argument. This is the interface that is used directly.
  • Method Details

    • getMessage

      String getMessage()
    • setMessage

      void setMessage(@Name("message") String message)