Uploaded image for project: 'Kite SDK (READ-ONLY)'
  1. Kite SDK (READ-ONLY)
  2. KITE-496

Datasets#load, create, and update should take in a Class<E> parameter so you can control the type of the entities you want

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: 0.15.0
    • Fix Version/s: 0.15.0
    • Component/s: None
    • Labels:
      None

      Description

      It'd fix a number of issues if we had Datasets#load, create, and update take in a Class<E> type parameter. This issue will also add them to DatasetRepository since Datasets uses DatasetRepository internally.

      A null type will throw an exception in Datasets. The original load, create, and update methods in DatasetRepository will default to passing in Object.class which will default to the existing behavior.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                joey Joey Echeverria
                Reporter:
                joey Joey Echeverria
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: