Interface RESTEndpoint.Parameter

Enclosing interface:
RESTEndpoint

public static interface RESTEndpoint.Parameter
Captures an expected query parameter for REST endpoints.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.apache.jena.datatypes.RDFDatatype
     
    boolean
     
  • Method Details

    • getName

      String getName()
    • getType

      org.apache.jena.datatypes.RDFDatatype getType()
    • isRequired

      boolean isRequired()