Class BecknObjectsWithId<T extends BecknObjectWithId>

java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONArray>
in.succinct.beckn.BecknObjects<T>
in.succinct.beckn.BecknObjectsWithId<T>
All Implemented Interfaces:
Serializable, Iterable<T>
Direct Known Subclasses:
CancellationReasons, Categories, Items, Locations, Options, Providers, ReturnReasons

public class BecknObjectsWithId<T extends BecknObjectWithId> extends BecknObjects<T>
See Also:
  • Constructor Details

    • BecknObjectsWithId

      public BecknObjectsWithId()
    • BecknObjectsWithId

      public BecknObjectsWithId(org.json.simple.JSONArray array)
    • BecknObjectsWithId

      public BecknObjectsWithId(String payload)
  • Method Details