Class HrisDocumentApiModelType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentApiModelType
-
@Deprecated public class HrisDocumentApiModelType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisDocumentApiModelTypeThe content type of the document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisDocumentApiModelType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisDocumentApiModelType()Deprecated.HrisDocumentApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HrisDocumentApiModelType.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelTypeSourceValue>sourceValue()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelTypeValue>value()Deprecated.The category of the fileHrisDocumentApiModelTypewithSourceValue(HrisDocumentApiModelTypeSourceValue sourceValue)Deprecated.HrisDocumentApiModelTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeSourceValue> sourceValue)Deprecated.HrisDocumentApiModelTypewithValue(HrisDocumentApiModelTypeValue value)Deprecated.The category of the fileHrisDocumentApiModelTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeValue> value)Deprecated.The category of the file
-
-
-
Constructor Detail
-
HrisDocumentApiModelType
public HrisDocumentApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeSourceValue> sourceValue)
Deprecated.
-
HrisDocumentApiModelType
public HrisDocumentApiModelType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelTypeValue> value()
Deprecated.The category of the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static final HrisDocumentApiModelType.Builder builder()
Deprecated.
-
withValue
public HrisDocumentApiModelType withValue(HrisDocumentApiModelTypeValue value)
Deprecated.The category of the file
-
withValue
public HrisDocumentApiModelType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeValue> value)
Deprecated.The category of the file
-
withSourceValue
public HrisDocumentApiModelType withSourceValue(HrisDocumentApiModelTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public HrisDocumentApiModelType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeSourceValue> 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
-
-