Class FileFileFormat


  • public class FileFileFormat
    extends java.lang.Object
    FileFileFormat

    The file format of the file

    • Constructor Detail

      • FileFileFormat

        public FileFileFormat​(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value,
                              org.openapitools.jackson.nullable.JsonNullable<? extends FileFileFormatSourceValue> sourceValue)
      • FileFileFormat

        public FileFileFormat()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<FileValue> value()
        The file format of the file, expressed as a file extension
      • withValue

        public FileFileFormat withValue​(FileValue value)
        The file format of the file, expressed as a file extension
      • withValue

        public FileFileFormat withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends FileValue> value)
        The file format of the file, expressed as a file extension
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object