Class Job.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Job.Builder
-
- Enclosing class:
- Job
public static final class Job.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jobbuild()Job.Builderdescription(Description description)The employee job descriptionJob.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)The employee job descriptionJob.Builderid(java.lang.String id)Unique identifierJob.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierJob.BuilderownerId(java.lang.String ownerId)The owner_id of the jobJob.BuilderownerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)The owner_id of the jobJob.BuilderparentId(java.lang.String parentId)The parent_id of the jobJob.BuilderparentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)The parent_id of the jobJob.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierJob.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierJob.Buildertitle(java.lang.String title)Title of the jobJob.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the job
-
-
-
Method Detail
-
id
public Job.Builder id(java.lang.String id)
Unique identifier
-
id
public Job.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public Job.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public Job.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
title
public Job.Builder title(java.lang.String title)
Title of the job
-
title
public Job.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
description
public Job.Builder description(Description description)
The employee job description
-
description
public Job.Builder description(org.openapitools.jackson.nullable.JsonNullable<? extends Description> description)
The employee job description
-
ownerId
public Job.Builder ownerId(java.lang.String ownerId)
The owner_id of the job
-
ownerId
public Job.Builder ownerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> ownerId)
The owner_id of the job
-
parentId
public Job.Builder parentId(java.lang.String parentId)
The parent_id of the job
-
parentId
public Job.Builder parentId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentId)
The parent_id of the job
-
build
public Job build()
-
-