Class EmploymentType1
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentType1
-
public class EmploymentType1 extends java.lang.ObjectEmploymentType1The type of employment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentType1.Builder
-
Constructor Summary
Constructors Constructor Description EmploymentType1()EmploymentType1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeType> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmploymentType1.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The label of the employment typeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeType>type()The type of employment (e.g., contractor, permanent)EmploymentType1withId(java.lang.String id)Unique identifierEmploymentType1withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEmploymentType1withLabel(java.lang.String label)The label of the employment typeEmploymentType1withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the employment typeEmploymentType1withRemoteId(java.lang.String remoteId)Provider's unique identifierEmploymentType1withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEmploymentType1withType(EmploymentTypeType type)The type of employment (e.g., contractor, permanent)EmploymentType1withType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeType> type)The type of employment (e.g., contractor, permanent)
-
-
-
Constructor Detail
-
EmploymentType1
public EmploymentType1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeType> type)
-
EmploymentType1
public EmploymentType1()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
The label of the employment type
-
type
public org.openapitools.jackson.nullable.JsonNullable<EmploymentTypeType> type()
The type of employment (e.g., contractor, permanent)
-
builder
public static final EmploymentType1.Builder builder()
-
withId
public EmploymentType1 withId(java.lang.String id)
Unique identifier
-
withId
public EmploymentType1 withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public EmploymentType1 withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EmploymentType1 withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public EmploymentType1 withLabel(java.lang.String label)
The label of the employment type
-
withLabel
public EmploymentType1 withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the employment type
-
withType
public EmploymentType1 withType(EmploymentTypeType type)
The type of employment (e.g., contractor, permanent)
-
withType
public EmploymentType1 withType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentTypeType> type)
The type of employment (e.g., contractor, permanent)
-
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
-
-