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

com.ionoscloud.s3.messages.FileHeaderInfo Maven / Gradle / Ivy

The newest version!
package com.ionoscloud.s3.messages;

/** Description the first line of input in CSV object. */
public enum FileHeaderInfo {
  USE,
  IGNORE,
  NONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy