Interface UsernamesApi

All Known Implementing Classes:
UsernamesApiController

@Validated public interface UsernamesApi
  • Method Details

    • getDelegate

      UsernamesApiDelegate getDelegate()
    • getUserAccountNames

      @RequestMapping(value="/usernames", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<List<String>> getUserAccountNames()