All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmetadata.service.FunctionList Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.service;

import java.util.List;
import org.openmetadata.schema.type.Function;
import org.openmetadata.service.util.ResultList;

public class FunctionList extends ResultList {
  @SuppressWarnings("unused")
  public FunctionList() {}

  public FunctionList(List data) {
    super(data, null, null, data.size());
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy