Class EmploymentCostCenterType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentCostCenterType
-
public class EmploymentCostCenterType extends java.lang.ObjectEmploymentCostCenterType - The type of the group
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentCostCenterType.Builder
-
Constructor Summary
Constructors Constructor Description EmploymentCostCenterType()EmploymentCostCenterType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmploymentCostCenterType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmploymentCostCenterSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmploymentCostCenterValue>value()EmploymentCostCenterTypewithSourceValue(EmploymentCostCenterSourceValue sourceValue)EmploymentCostCenterTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterSourceValue> sourceValue)EmploymentCostCenterTypewithValue(EmploymentCostCenterValue value)EmploymentCostCenterTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterValue> value)
-
-
-
Constructor Detail
-
EmploymentCostCenterType
public EmploymentCostCenterType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterSourceValue> sourceValue)
-
EmploymentCostCenterType
public EmploymentCostCenterType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmploymentCostCenterValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmploymentCostCenterSourceValue> sourceValue()
-
builder
public static final EmploymentCostCenterType.Builder builder()
-
withValue
public EmploymentCostCenterType withValue(EmploymentCostCenterValue value)
-
withValue
public EmploymentCostCenterType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterValue> value)
-
withSourceValue
public EmploymentCostCenterType withSourceValue(EmploymentCostCenterSourceValue sourceValue)
-
withSourceValue
public EmploymentCostCenterType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentCostCenterSourceValue> 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
-
-