Class CodeAndLocation

java.lang.Object
edu.suffolk.litlab.efspserver.tyler.codes.CodeAndLocation

public class CodeAndLocation extends Object
The code and location for a Tyler code.

Returned by the various "search" APIs; you search for all codes with "XYZ" in the name, and then do `/filing_code_names/XYZ` to get the code and location, enough to find all of the information you need about that code.

  • Field Details

    • code

      public final String code
    • location

      public final String location
  • Constructor Details

    • CodeAndLocation

      public CodeAndLocation(String code, String location)