Class HRISCostCenterType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISCostCenterType
-
public class HRISCostCenterType extends java.lang.ObjectHRISCostCenterTypeThe type of the group
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHRISCostCenterType.Builder
-
Constructor Summary
Constructors Constructor Description HRISCostCenterType()HRISCostCenterType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HRISCostCenterType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HRISCostCenterSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISCostCenterValue>value()HRISCostCenterTypewithSourceValue(HRISCostCenterSourceValue sourceValue)HRISCostCenterTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterSourceValue> sourceValue)HRISCostCenterTypewithValue(HRISCostCenterValue value)HRISCostCenterTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterValue> value)
-
-
-
Constructor Detail
-
HRISCostCenterType
public HRISCostCenterType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterSourceValue> sourceValue)
-
HRISCostCenterType
public HRISCostCenterType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HRISCostCenterValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HRISCostCenterSourceValue> sourceValue()
-
builder
public static HRISCostCenterType.Builder builder()
-
withValue
public HRISCostCenterType withValue(HRISCostCenterValue value)
-
withValue
public HRISCostCenterType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterValue> value)
-
withSourceValue
public HRISCostCenterType withSourceValue(HRISCostCenterSourceValue sourceValue)
-
withSourceValue
public HRISCostCenterType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISCostCenterSourceValue> 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
-
-