Class FilesFileFormat


  • public class FilesFileFormat
    extends java.lang.Object
    FilesFileFormat

    The file format of the file

    • Constructor Detail

      • FilesFileFormat

        public FilesFileFormat​(org.openapitools.jackson.nullable.JsonNullable<? extends FilesValue> value,
                               org.openapitools.jackson.nullable.JsonNullable<? extends FilesSourceValue> sourceValue)
      • FilesFileFormat

        public FilesFileFormat()
    • Method Detail

      • value

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

        public org.openapitools.jackson.nullable.JsonNullable<FilesSourceValue> sourceValue()
      • withValue

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

        public FilesFileFormat withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends FilesValue> 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