Interface LookupResult

All Known Implementing Classes:
LookupResultImpl

public interface LookupResult
Since:
10.0
  • Method Details

    • getInvocation

      Invocation getInvocation()
      Returns the invocation to carry out a RestRequest
    • getVariables

      Map<String,String> getVariables()
      In case the invocation contains paths with VariablePathItem, returns the value for each variable or empty otherwise.
    • getStatus

      LookupResult.Status getStatus()
      Returns:
      Status of the lookup operation