Class UnifiedUploadRequestDtoCategory


  • public class UnifiedUploadRequestDtoCategory
    extends java.lang.Object
    UnifiedUploadRequestDtoCategory

    The category object for associating uploaded files. If both an ID and a name are provided, the ID takes precedence.

    • Constructor Detail

      • UnifiedUploadRequestDtoCategory

        public UnifiedUploadRequestDtoCategory​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value,
                                               org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
      • UnifiedUploadRequestDtoCategory

        public UnifiedUploadRequestDtoCategory()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        The category name for associating uploaded files.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue()
        The provider specific category for associating uploaded files, if provided, the value will be ignored.
      • withValue

        public UnifiedUploadRequestDtoCategory withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        The category name for associating uploaded files.
      • withSourceValue

        public UnifiedUploadRequestDtoCategory withSourceValue​(java.lang.String sourceValue)
        The provider specific category for associating uploaded files, if provided, the value will be ignored.
      • withSourceValue

        public UnifiedUploadRequestDtoCategory withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
        The provider specific category for associating uploaded files, if provided, the value will be ignored.
      • 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