Interface ExportRequestResponseScope.Visitor<T>

Enclosing class:
ExportRequestResponseScope

public static interface ExportRequestResponseScope.Visitor<T>
  • Method Details

    • visitTenant

      T visitTenant()
    • visitSubject

      T visitSubject()
    • visitUnknown

      T visitUnknown(String unknownType)