Class DatasetIdArg

All Implemented Interfaces:
Arg<Long>

public class DatasetIdArg extends DatasetArg<Long>
Long argument type for dataset API, referencing the Dataset ID.
Author:
tesarst
  • Constructor Details

    • DatasetIdArg

      public DatasetIdArg(long l)
      Parameters:
      l - intentionally primitive type, so the value property can never be null.