Class EmploymentJob
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmploymentJob
-
public class EmploymentJob extends java.lang.ObjectEmploymentJobThe job of employee
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmploymentJob.Builder
-
Constructor Summary
Constructors Constructor Description EmploymentJob()EmploymentJob(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> title, org.openapitools.jackson.nullable.JsonNullable<? extends Description> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmploymentJob.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<Description>description()The employee job descriptionbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>ownerId()The owner_id of the joborg.openapitools.jackson.nullable.JsonNullable<java.lang.String>parentId()The parent_id of the joborg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()Title of the jobjava.lang.StringtoString()EmploymentJobwithDescription(Description description)The employee job descriptionEmploymentJobwithDescription(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)The employee job descriptionEmploymentJobwithId(java.lang.String id)Unique identifierEmploymentJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEmploymentJobwithOwnerId(java.lang.String ownerId)The owner_id of the jobEmploymentJobwithOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)The owner_id of the jobEmploymentJobwithParentId(java.lang.String parentId)The parent_id of the jobEmploymentJobwithParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)The parent_id of the jobEmploymentJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierEmploymentJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEmploymentJobwithTitle(java.lang.String title)Title of the jobEmploymentJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the job
-
-
-
Constructor Detail
-
EmploymentJob
public EmploymentJob(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> title, org.openapitools.jackson.nullable.JsonNullable<? extends Description> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
-
EmploymentJob
public EmploymentJob()
-
-
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
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
Title of the job
-
description
public org.openapitools.jackson.nullable.JsonNullable<Description> description()
The employee job description
-
ownerId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId()
The owner_id of the job
-
parentId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId()
The parent_id of the job
-
builder
public static EmploymentJob.Builder builder()
-
withId
public EmploymentJob withId(java.lang.String id)
Unique identifier
-
withId
public EmploymentJob withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public EmploymentJob withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EmploymentJob withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withTitle
public EmploymentJob withTitle(java.lang.String title)
Title of the job
-
withTitle
public EmploymentJob withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withDescription
public EmploymentJob withDescription(Description description)
The employee job description
-
withDescription
public EmploymentJob withDescription(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)
The employee job description
-
withOwnerId
public EmploymentJob withOwnerId(java.lang.String ownerId)
The owner_id of the job
-
withOwnerId
public EmploymentJob withOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)
The owner_id of the job
-
withParentId
public EmploymentJob withParentId(java.lang.String parentId)
The parent_id of the job
-
withParentId
public EmploymentJob withParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
The parent_id of the job
-
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
-
-