Class HrisCreateWorkEligibilityRequestDtoCategory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateWorkEligibilityRequestDtoCategory
-
public class HrisCreateWorkEligibilityRequestDtoCategory extends java.lang.ObjectHrisCreateWorkEligibilityRequestDtoCategory - The category of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateWorkEligibilityRequestDtoCategory.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateWorkEligibilityRequestDtoCategory()HrisCreateWorkEligibilityRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoDocumentCategorySourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateWorkEligibilityRequestDtoCategory
public HrisCreateWorkEligibilityRequestDtoCategory(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoDocumentCategorySourceValue> sourceValue)
-
HrisCreateWorkEligibilityRequestDtoCategory
public HrisCreateWorkEligibilityRequestDtoCategory()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
The category of the file
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateWorkEligibilityRequestDtoDocumentCategorySourceValue> sourceValue()
-
builder
public static final HrisCreateWorkEligibilityRequestDtoCategory.Builder builder()
-
withValue
public HrisCreateWorkEligibilityRequestDtoCategory withValue(java.lang.String value)
The category of the file
-
withValue
public HrisCreateWorkEligibilityRequestDtoCategory withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
The category of the file
-
withSourceValue
public HrisCreateWorkEligibilityRequestDtoCategory withSourceValue(HrisCreateWorkEligibilityRequestDtoDocumentCategorySourceValue sourceValue)
-
withSourceValue
public HrisCreateWorkEligibilityRequestDtoCategory withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoDocumentCategorySourceValue> 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
-
-