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

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

package kz.greetgo.file_storage.impl;

import java.util.Date;

class CreateNewParams {
  String name = null;
  Date createdAt = null;
  String presetFileId = null;
  String mimeType = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy