Class Job
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Job
-
public class Job extends java.lang.ObjectJobThe job of employee
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJob.Builder
-
Constructor Summary
Constructors Constructor Description Job()Job(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 Job.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()JobwithDescription(Description description)The employee job descriptionJobwithDescription(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)The employee job descriptionJobwithId(java.lang.String id)Unique identifierJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierJobwithOwnerId(java.lang.String ownerId)The owner_id of the jobJobwithOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)The owner_id of the jobJobwithParentId(java.lang.String parentId)The parent_id of the jobJobwithParentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)The parent_id of the jobJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierJobwithTitle(java.lang.String title)Title of the jobJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the job
-
-
-
Constructor Detail
-
Job
public Job(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)
-
Job
public Job()
-
-
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 Job.Builder builder()
-
withId
public Job withId(java.lang.String id)
Unique identifier
-
withId
public Job withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Job withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Job withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withTitle
public Job withTitle(java.lang.String title)
Title of the job
-
withTitle
public Job withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withDescription
public Job withDescription(Description description)
The employee job description
-
withDescription
public Job withDescription(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)
The employee job description
-
withOwnerId
public Job withOwnerId(java.lang.String ownerId)
The owner_id of the job
-
withOwnerId
public Job withOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)
The owner_id of the job
-
withParentId
public Job withParentId(java.lang.String parentId)
The parent_id of the job
-
withParentId
public Job 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
-
-