Klasse StringSchemaModel

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Model
io.github.primelib.webmethodsapigateway4j.model.StringSchemaModel

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class StringSchemaModel extends Model
StringSchemaModel
  • Felddetails

    • schema

      protected String schema
  • Konstruktordetails

    • StringSchemaModel

      public StringSchemaModel(Consumer<StringSchemaModel> spec)
      Constructs a validated instance of StringSchemaModel.
      Parameter:
      spec - the specification to process
    • StringSchemaModel

      @Internal public StringSchemaModel(String schema)
      Constructs a validated instance of StringSchemaModel.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using StringSchemaModel(Consumer) instead.

      Parameter:
      schema - schema
    • StringSchemaModel

      protected StringSchemaModel()
  • Methodendetails