Class HrisCreateTimeOffRequestDtoType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateTimeOffRequestDtoType
-
public class HrisCreateTimeOffRequestDtoType extends java.lang.ObjectHrisCreateTimeOffRequestDtoType - The type of the time off request
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateTimeOffRequestDtoType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateTimeOffRequestDtoType()HrisCreateTimeOffRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateTimeOffRequestDtoType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisCreateTimeOffRequestDtoTypeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisCreateTimeOffRequestDtoTypeValue>value()HrisCreateTimeOffRequestDtoTypewithSourceValue(HrisCreateTimeOffRequestDtoTypeSourceValue sourceValue)HrisCreateTimeOffRequestDtoTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue)HrisCreateTimeOffRequestDtoTypewithValue(HrisCreateTimeOffRequestDtoTypeValue value)HrisCreateTimeOffRequestDtoTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value)
-
-
-
Constructor Detail
-
HrisCreateTimeOffRequestDtoType
public HrisCreateTimeOffRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue)
-
HrisCreateTimeOffRequestDtoType
public HrisCreateTimeOffRequestDtoType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateTimeOffRequestDtoTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue()
-
builder
public static final HrisCreateTimeOffRequestDtoType.Builder builder()
-
withValue
public HrisCreateTimeOffRequestDtoType withValue(HrisCreateTimeOffRequestDtoTypeValue value)
-
withValue
public HrisCreateTimeOffRequestDtoType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value)
-
withSourceValue
public HrisCreateTimeOffRequestDtoType withSourceValue(HrisCreateTimeOffRequestDtoTypeSourceValue sourceValue)
-
withSourceValue
public HrisCreateTimeOffRequestDtoType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> 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
-
-