Class HrisDocumentApiModelCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentApiModelCategory
-
public class HrisDocumentApiModelCategory extends java.lang.ObjectHrisDocumentApiModelCategory - The category of the the document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisDocumentApiModelCategory.Builder
-
Constructor Summary
Constructors Constructor Description HrisDocumentApiModelCategory()HrisDocumentApiModelCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisDocumentApiModelCategory.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelValue>value()The category of the fileHrisDocumentApiModelCategorywithSourceValue(HrisDocumentApiModelSourceValue sourceValue)HrisDocumentApiModelCategorywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelSourceValue> sourceValue)HrisDocumentApiModelCategorywithValue(HrisDocumentApiModelValue value)The category of the fileHrisDocumentApiModelCategorywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelValue> value)The category of the file
-
-
-
Constructor Detail
-
HrisDocumentApiModelCategory
public HrisDocumentApiModelCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelSourceValue> sourceValue)
-
HrisDocumentApiModelCategory
public HrisDocumentApiModelCategory()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelValue> value()
The category of the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentApiModelSourceValue> sourceValue()
-
builder
public static final HrisDocumentApiModelCategory.Builder builder()
-
withValue
public HrisDocumentApiModelCategory withValue(HrisDocumentApiModelValue value)
The category of the file
-
withValue
public HrisDocumentApiModelCategory withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelValue> value)
The category of the file
-
withSourceValue
public HrisDocumentApiModelCategory withSourceValue(HrisDocumentApiModelSourceValue sourceValue)
-
withSourceValue
public HrisDocumentApiModelCategory withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelSourceValue> sourceValue)
-
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
-
-