Class AtsJob
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsJob
-
public class AtsJob extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsJob.Builder
-
Constructor Summary
Constructors Constructor Description AtsJob()AtsJob(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<AtsJobHiringTeam>> hiringTeam, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages, org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobConfidential> 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 AtsJob.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()Code of the joborg.openapitools.jackson.nullable.JsonNullable<AtsJobConfidential>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<AtsJobHiringTeam>>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 updateAtsJobwithCode(java.lang.String code)Code of the jobAtsJobwithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)Code of the jobAtsJobwithConfidential(AtsJobConfidential confidential)Confidential status of the jobAtsJobwithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobConfidential> confidential)Confidential status of the jobAtsJobwithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationAtsJobwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationAtsJobwithCustomFields(java.util.List<CustomFields> customFields)The job custom fieldsAtsJobwithCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)The job custom fieldsAtsJobwithDepartmentIds(java.util.List<java.lang.String> departmentIds)Department ids of the jobAtsJobwithDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)Department ids of the jobAtsJobwithDescription(java.lang.String description)Description of the jobAtsJobwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)Description of the jobAtsJobwithHiringTeam(java.util.List<AtsJobHiringTeam> hiringTeam)Hiring team for the job.AtsJobwithHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsJobHiringTeam>> hiringTeam)Hiring team for the job.AtsJobwithId(java.lang.String id)Unique identifierAtsJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsJobwithInterviewStages(java.util.List<InterviewStage> interviewStages)Interview stages for the job.AtsJobwithInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)Interview stages for the job.AtsJobwithJobStatus(JobStatus jobStatus)Status of the jobAtsJobwithJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)Status of the jobAtsJobwithLocationIds(java.util.List<java.lang.String> locationIds)Location ids of the jobAtsJobwithLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)Location ids of the jobAtsJobwithRemoteDepartmentIds(java.util.List<java.lang.String> remoteDepartmentIds)Provider's department ids of the jobAtsJobwithRemoteDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteDepartmentIds)Provider's department ids of the jobAtsJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierAtsJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAtsJobwithRemoteLocationIds(java.util.List<java.lang.String> remoteLocationIds)Provider's location ids of the jobAtsJobwithRemoteLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLocationIds)Provider's location ids of the jobAtsJobwithStatus(java.lang.String status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsJobwithStatus(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.AtsJobwithTitle(java.lang.String title)Title of the jobAtsJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the jobAtsJobwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAtsJobwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAtsJobwithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateAtsJobwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Constructor Detail
-
AtsJob
public AtsJob(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<AtsJobHiringTeam>> hiringTeam, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages, org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobConfidential> 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)
-
AtsJob
public AtsJob()
-
-
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<AtsJobHiringTeam>> 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<AtsJobConfidential> 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 AtsJob.Builder builder()
-
withId
public AtsJob withId(java.lang.String id)
Unique identifier
-
withId
public AtsJob withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AtsJob withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AtsJob withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public AtsJob withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public AtsJob 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 AtsJob withCode(java.lang.String code)
Code of the job
-
withCode
public AtsJob withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
Code of the job
-
withTitle
public AtsJob withTitle(java.lang.String title)
Title of the job
-
withTitle
public AtsJob withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withDescription
public AtsJob withDescription(java.lang.String description)
Description of the job
-
withDescription
public AtsJob withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
Description of the job
-
withStatus
@Deprecated public AtsJob 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 AtsJob 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 AtsJob withJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends JobStatus> jobStatus)
Status of the job
-
withDepartmentIds
public AtsJob withDepartmentIds(java.util.List<java.lang.String> departmentIds)
Department ids of the job
-
withDepartmentIds
public AtsJob withDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)
Department ids of the job
-
withRemoteDepartmentIds
public AtsJob withRemoteDepartmentIds(java.util.List<java.lang.String> remoteDepartmentIds)
Provider's department ids of the job
-
withRemoteDepartmentIds
public AtsJob withRemoteDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteDepartmentIds)
Provider's department ids of the job
-
withLocationIds
public AtsJob withLocationIds(java.util.List<java.lang.String> locationIds)
Location ids of the job
-
withLocationIds
public AtsJob withLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)
Location ids of the job
-
withRemoteLocationIds
public AtsJob withRemoteLocationIds(java.util.List<java.lang.String> remoteLocationIds)
Provider's location ids of the job
-
withRemoteLocationIds
public AtsJob withRemoteLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> remoteLocationIds)
Provider's location ids of the job
-
withHiringTeam
public AtsJob withHiringTeam(java.util.List<AtsJobHiringTeam> hiringTeam)
Hiring team for the job.
-
withHiringTeam
public AtsJob withHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsJobHiringTeam>> hiringTeam)
Hiring team for the job.
-
withInterviewStages
public AtsJob withInterviewStages(java.util.List<InterviewStage> interviewStages)
Interview stages for the job.
-
withInterviewStages
public AtsJob withInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)
Interview stages for the job.
-
withConfidential
public AtsJob withConfidential(AtsJobConfidential confidential)
Confidential status of the job
-
withConfidential
public AtsJob withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobConfidential> confidential)
Confidential status of the job
-
withCustomFields
public AtsJob withCustomFields(java.util.List<CustomFields> customFields)
The job custom fields
-
withCustomFields
public AtsJob withCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)
The job custom fields
-
withCreatedAt
public AtsJob withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public AtsJob withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public AtsJob withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public AtsJob 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
-
-