Class HRISTeamType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISTeamType
-
public class HRISTeamType extends java.lang.ObjectHRISTeamTypeThe type of the team group
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHRISTeamType.Builder
-
Constructor Summary
Constructors Constructor Description HRISTeamType()HRISTeamType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HRISTeamType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HRISTeamSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISTeamValue>value()HRISTeamTypewithSourceValue(HRISTeamSourceValue sourceValue)HRISTeamTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamSourceValue> sourceValue)HRISTeamTypewithValue(HRISTeamValue value)HRISTeamTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamValue> value)
-
-
-
Constructor Detail
-
HRISTeamType
public HRISTeamType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamSourceValue> sourceValue)
-
HRISTeamType
public HRISTeamType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HRISTeamValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HRISTeamSourceValue> sourceValue()
-
builder
public static final HRISTeamType.Builder builder()
-
withValue
public HRISTeamType withValue(HRISTeamValue value)
-
withValue
public HRISTeamType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamValue> value)
-
withSourceValue
public HRISTeamType withSourceValue(HRISTeamSourceValue sourceValue)
-
withSourceValue
public HRISTeamType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISTeamSourceValue> 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
-
-