Class FileCategory


  • public class FileCategory
    extends java.lang.Object
    FileCategory

    The category of the file

    • Constructor Detail

      • FileCategory

        public FileCategory​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value,
                            org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)
      • FileCategory

        public FileCategory()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        The category of the file
      • sourceValue

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

        public FileCategory withValue​(java.lang.String value)
        The category of the file
      • withValue

        public FileCategory withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        The category of the file
      • withSourceValue

        public FileCategory withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends FileSourceValue> sourceValue)
      • 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