Class UnifiedUploadRequestDtoCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UnifiedUploadRequestDtoCategory
-
public class UnifiedUploadRequestDtoCategory extends java.lang.ObjectUnifiedUploadRequestDtoCategory - The category object for associating uploaded files. If both an ID and a name are provided, the ID takes precedence.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnifiedUploadRequestDtoCategory.Builder
-
Constructor Summary
Constructors Constructor Description UnifiedUploadRequestDtoCategory()UnifiedUploadRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnifiedUploadRequestDtoCategory.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>sourceValue()The provider specific category for associating uploaded files, if provided, the value will be ignored.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()The category name for associating uploaded files.UnifiedUploadRequestDtoCategorywithSourceValue(java.lang.String sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.UnifiedUploadRequestDtoCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValue)The provider specific category for associating uploaded files, if provided, the value will be ignored.UnifiedUploadRequestDtoCategorywithValue(java.lang.String value)The category name for associating uploaded files.UnifiedUploadRequestDtoCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The category name for associating uploaded files.
-
-
-
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.
-
builder
public static final UnifiedUploadRequestDtoCategory.Builder builder()
-
withValue
public UnifiedUploadRequestDtoCategory withValue(java.lang.String value)
The category name for associating uploaded files.
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-