Class Import


  • public class Import
    extends java.lang.Object
    • Constructor Detail

      • Import

        public Import()
    • Method Detail

      • getImport

        @NotNull
        public static Import.GetImportRequest getImport​(@NotNull
                                                        java.lang.String id)
        Creates a get import request
        Parameters:
        id - the id of the import
        Returns:
        the created request
      • listImports

        @NotNull
        public static Import.ListImportsRequest listImports​(@Nullable
                                                            java.lang.Integer limit,
                                                            @Nullable
                                                            java.lang.Integer offset)
        Creates a list import request
        Parameters:
        limit - how many records to return
        offset - how many records to skip during pagination
        Returns:
        the created request