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

kz.greetgo.file_storage.impl.TableFieldNames Maven / Gradle / Ivy

package kz.greetgo.file_storage.impl;

public class TableFieldNames {
  public String id, name, mimeType, createdAt;

  public String join() {
    return id + ", " + name + ", " + mimeType + ", " + createdAt;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy