Class AtsDocumentApiModelType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentApiModelType
-
@Deprecated public class AtsDocumentApiModelType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.AtsDocumentApiModelTypeThe content type of the document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDocumentApiModelType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description AtsDocumentApiModelType()Deprecated.AtsDocumentApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AtsDocumentApiModelType.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelTypeSourceValue>sourceValue()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelTypeValue>value()Deprecated.The category of the fileAtsDocumentApiModelTypewithSourceValue(AtsDocumentApiModelTypeSourceValue sourceValue)Deprecated.AtsDocumentApiModelTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeSourceValue> sourceValue)Deprecated.AtsDocumentApiModelTypewithValue(AtsDocumentApiModelTypeValue value)Deprecated.The category of the fileAtsDocumentApiModelTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeValue> value)Deprecated.The category of the file
-
-
-
Constructor Detail
-
AtsDocumentApiModelType
public AtsDocumentApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeSourceValue> sourceValue)
Deprecated.
-
AtsDocumentApiModelType
public AtsDocumentApiModelType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelTypeValue> value()
Deprecated.The category of the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static AtsDocumentApiModelType.Builder builder()
Deprecated.
-
withValue
public AtsDocumentApiModelType withValue(AtsDocumentApiModelTypeValue value)
Deprecated.The category of the file
-
withValue
public AtsDocumentApiModelType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeValue> value)
Deprecated.The category of the file
-
withSourceValue
public AtsDocumentApiModelType withSourceValue(AtsDocumentApiModelTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public AtsDocumentApiModelType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelTypeSourceValue> sourceValue)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-