Class HrisCreateTimeOffRequestDtoType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateTimeOffRequestDtoType
-
@Deprecated public class HrisCreateTimeOffRequestDtoType extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateTimeOffRequestDtoType - The type of the time off request
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateTimeOffRequestDtoType.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description HrisCreateTimeOffRequestDtoType()Deprecated.HrisCreateTimeOffRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateTimeOffRequestDtoType
public HrisCreateTimeOffRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue)
Deprecated.
-
HrisCreateTimeOffRequestDtoType
public HrisCreateTimeOffRequestDtoType()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateTimeOffRequestDtoTypeValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateTimeOffRequestDtoTypeSourceValue> sourceValue()
Deprecated.
-
builder
public static final HrisCreateTimeOffRequestDtoType.Builder builder()
Deprecated.
-
withValue
public HrisCreateTimeOffRequestDtoType withValue(HrisCreateTimeOffRequestDtoTypeValue value)
Deprecated.
-
withValue
public HrisCreateTimeOffRequestDtoType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeValue> value)
Deprecated.
-
withSourceValue
public HrisCreateTimeOffRequestDtoType withSourceValue(HrisCreateTimeOffRequestDtoTypeSourceValue sourceValue)
Deprecated.
-
withSourceValue
public HrisCreateTimeOffRequestDtoType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateTimeOffRequestDtoTypeSourceValue> 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
-
-