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

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

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

/** Indicates whether to use quotation marks around output fields. */
public enum QuoteFields {
  ALWAYS,
  ASNEEDED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy