Class Job
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Job
-
public class Job extends java.lang.Object
-
-
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<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> status, org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteDepartmentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLocationIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages, org.openapitools.jackson.nullable.JsonNullable<? extends JobConfidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Job.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()Code of the joborg.openapitools.jackson.nullable.JsonNullable<JobConfidential>confidential()Confidential status of the joborg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Date of creationorg.openapitools.jackson.nullable.JsonNullable<java.util.List<CustomFields>>customFields()The job custom fieldsorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>departmentIds()Department ids of the joborg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()Description of the jobbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<JobHiringTeam>>hiringTeam()Hiring team for the job.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<InterviewStage>>interviewStages()Interview stages for the job.org.openapitools.jackson.nullable.JsonNullable<JobStatus>jobStatus()Status of the joborg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>locationIds()Location ids of the joborg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteDepartmentIds()Provider's department ids of the joborg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>remoteLocationIds()Provider's location ids of the joborg.openapitools.jackson.nullable.JsonNullable<java.lang.String>status()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()Title of the jobjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Date of last updateJobwithCode(java.lang.String code)Code of the jobJobwithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)Code of the jobJobwithConfidential(JobConfidential confidential)Confidential status of the jobJobwithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends JobConfidential> confidential)Confidential status of the jobJobwithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationJobwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationJobwithCustomFields(java.util.List<CustomFields> customFields)The job custom fieldsJobwithCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)The job custom fieldsJobwithDepartmentIds(java.util.List<java.lang.String> departmentIds)Department ids of the jobJobwithDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)Department ids of the jobJobwithDescription(java.lang.String description)Description of the jobJobwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)Description of the jobJobwithHiringTeam(java.util.List<JobHiringTeam> hiringTeam)Hiring team for the job.JobwithHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)Hiring team for the job.JobwithId(java.lang.String id)Unique identifierJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierJobwithInterviewStages(java.util.List<InterviewStage> interviewStages)Interview stages for the job.JobwithInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)Interview stages for the job.JobwithJobStatus(JobStatus jobStatus)Status of the jobJobwithJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)Status of the jobJobwithLocationIds(java.util.List<java.lang.String> locationIds)Location ids of the jobJobwithLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)Location ids of the jobJobwithRemoteDepartmentIds(java.util.List<java.lang.String> remoteDepartmentIds)Provider's department ids of the jobJobwithRemoteDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteDepartmentIds)Provider's department ids of the jobJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierJobwithRemoteLocationIds(java.util.List<java.lang.String> remoteLocationIds)Provider's location ids of the jobJobwithRemoteLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLocationIds)Provider's location ids of the jobJobwithStatus(java.lang.String status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.JobwithStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.JobwithTitle(java.lang.String title)Title of the jobJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the jobJobwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectJobwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectJobwithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateJobwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
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<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> status, org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteDepartmentIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLocationIds, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages, org.openapitools.jackson.nullable.JsonNullable<? extends JobConfidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
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
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
code
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
Code of the job
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
Title of the job
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
Description of the job
-
status
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> status()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Status of the job
-
jobStatus
public org.openapitools.jackson.nullable.JsonNullable<JobStatus> jobStatus()
Status of the job
-
departmentIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> departmentIds()
Department ids of the job
-
remoteDepartmentIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteDepartmentIds()
Provider's department ids of the job
-
locationIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> locationIds()
Location ids of the job
-
remoteLocationIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> remoteLocationIds()
Provider's location ids of the job
-
hiringTeam
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<JobHiringTeam>> hiringTeam()
Hiring team for the job.
-
interviewStages
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<InterviewStage>> interviewStages()
Interview stages for the job.
-
confidential
public org.openapitools.jackson.nullable.JsonNullable<JobConfidential> confidential()
Confidential status of the job
-
customFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CustomFields>> customFields()
The job custom fields
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Date of creation
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Date of last update
-
builder
public static final 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
-
withUnifiedCustomFields
public Job withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Job withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withCode
public Job withCode(java.lang.String code)
Code of the job
-
withCode
public Job withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
Code of the job
-
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(java.lang.String description)
Description of the job
-
withDescription
public Job withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
Description of the job
-
withStatus
@Deprecated public Job withStatus(java.lang.String status)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Status of the job
-
withStatus
@Deprecated public Job withStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> status)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Status of the job
-
withJobStatus
public Job withJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
Status of the job
-
withDepartmentIds
public Job withDepartmentIds(java.util.List<java.lang.String> departmentIds)
Department ids of the job
-
withDepartmentIds
public Job withDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)
Department ids of the job
-
withRemoteDepartmentIds
public Job withRemoteDepartmentIds(java.util.List<java.lang.String> remoteDepartmentIds)
Provider's department ids of the job
-
withRemoteDepartmentIds
public Job withRemoteDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteDepartmentIds)
Provider's department ids of the job
-
withLocationIds
public Job withLocationIds(java.util.List<java.lang.String> locationIds)
Location ids of the job
-
withLocationIds
public Job withLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)
Location ids of the job
-
withRemoteLocationIds
public Job withRemoteLocationIds(java.util.List<java.lang.String> remoteLocationIds)
Provider's location ids of the job
-
withRemoteLocationIds
public Job withRemoteLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLocationIds)
Provider's location ids of the job
-
withHiringTeam
public Job withHiringTeam(java.util.List<JobHiringTeam> hiringTeam)
Hiring team for the job.
-
withHiringTeam
public Job withHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)
Hiring team for the job.
-
withInterviewStages
public Job withInterviewStages(java.util.List<InterviewStage> interviewStages)
Interview stages for the job.
-
withInterviewStages
public Job withInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)
Interview stages for the job.
-
withConfidential
public Job withConfidential(JobConfidential confidential)
Confidential status of the job
-
withConfidential
public Job withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends JobConfidential> confidential)
Confidential status of the job
-
withCustomFields
public Job withCustomFields(java.util.List<CustomFields> customFields)
The job custom fields
-
withCustomFields
public Job withCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)
The job custom fields
-
withCreatedAt
public Job withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public Job withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public Job withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public Job withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
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
-
-