Class AtsCreateJobRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateJobRequestDto
-
public class AtsCreateJobRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateJobRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateJobRequestDto()AtsCreateJobRequestDto(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> status, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoJobStatus> 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>> locationIds, 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 AtsCreateJobRequestDtoConfidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AtsCreateJobRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()Code of the joborg.openapitools.jackson.nullable.JsonNullable<AtsCreateJobRequestDtoConfidential>confidential()Confidential status of the joborg.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 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.util.List<InterviewStage>>interviewStages()Interview stages for the job.org.openapitools.jackson.nullable.JsonNullable<AtsCreateJobRequestDtoJobStatus>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.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.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 projectAtsCreateJobRequestDtowithCode(java.lang.String code)Code of the jobAtsCreateJobRequestDtowithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)Code of the jobAtsCreateJobRequestDtowithConfidential(AtsCreateJobRequestDtoConfidential confidential)Confidential status of the jobAtsCreateJobRequestDtowithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoConfidential> confidential)Confidential status of the jobAtsCreateJobRequestDtowithCustomFields(java.util.List<CustomFields> customFields)The job custom fieldsAtsCreateJobRequestDtowithCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)The job custom fieldsAtsCreateJobRequestDtowithDepartmentIds(java.util.List<java.lang.String> departmentIds)Department ids of the jobAtsCreateJobRequestDtowithDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)Department ids of the jobAtsCreateJobRequestDtowithHiringTeam(java.util.List<JobHiringTeam> hiringTeam)Hiring team for the job.AtsCreateJobRequestDtowithHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)Hiring team for the job.AtsCreateJobRequestDtowithInterviewStages(java.util.List<InterviewStage> interviewStages)Interview stages for the job.AtsCreateJobRequestDtowithInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)Interview stages for the job.AtsCreateJobRequestDtowithJobStatus(AtsCreateJobRequestDtoJobStatus jobStatus)Status of the jobAtsCreateJobRequestDtowithJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoJobStatus> jobStatus)Status of the jobAtsCreateJobRequestDtowithLocationIds(java.util.List<java.lang.String> locationIds)Location ids of the jobAtsCreateJobRequestDtowithLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)Location ids of the jobAtsCreateJobRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateJobRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateJobRequestDtowithStatus(java.lang.String status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsCreateJobRequestDtowithStatus(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.AtsCreateJobRequestDtowithTitle(java.lang.String title)Title of the jobAtsCreateJobRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the jobAtsCreateJobRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAtsCreateJobRequestDtowithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
AtsCreateJobRequestDto
public AtsCreateJobRequestDto(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> status, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoJobStatus> 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>> locationIds, 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 AtsCreateJobRequestDtoConfidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsCreateJobRequestDto
public AtsCreateJobRequestDto()
-
-
Method Detail
-
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
-
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<AtsCreateJobRequestDtoJobStatus> jobStatus()
Status of the job
-
departmentIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> departmentIds()
Department ids of the job
-
locationIds
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> locationIds()
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<AtsCreateJobRequestDtoConfidential> confidential()
Confidential status of the job
-
customFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<CustomFields>> customFields()
The job custom fields
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static final AtsCreateJobRequestDto.Builder builder()
-
withUnifiedCustomFields
public AtsCreateJobRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public AtsCreateJobRequestDto 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 AtsCreateJobRequestDto withCode(java.lang.String code)
Code of the job
-
withCode
public AtsCreateJobRequestDto withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
Code of the job
-
withTitle
public AtsCreateJobRequestDto withTitle(java.lang.String title)
Title of the job
-
withTitle
public AtsCreateJobRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withStatus
@Deprecated public AtsCreateJobRequestDto 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 AtsCreateJobRequestDto 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 AtsCreateJobRequestDto withJobStatus(AtsCreateJobRequestDtoJobStatus jobStatus)
Status of the job
-
withJobStatus
public AtsCreateJobRequestDto withJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoJobStatus> jobStatus)
Status of the job
-
withDepartmentIds
public AtsCreateJobRequestDto withDepartmentIds(java.util.List<java.lang.String> departmentIds)
Department ids of the job
-
withDepartmentIds
public AtsCreateJobRequestDto withDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)
Department ids of the job
-
withLocationIds
public AtsCreateJobRequestDto withLocationIds(java.util.List<java.lang.String> locationIds)
Location ids of the job
-
withLocationIds
public AtsCreateJobRequestDto withLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)
Location ids of the job
-
withHiringTeam
public AtsCreateJobRequestDto withHiringTeam(java.util.List<JobHiringTeam> hiringTeam)
Hiring team for the job.
-
withHiringTeam
public AtsCreateJobRequestDto withHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)
Hiring team for the job.
-
withInterviewStages
public AtsCreateJobRequestDto withInterviewStages(java.util.List<InterviewStage> interviewStages)
Interview stages for the job.
-
withInterviewStages
public AtsCreateJobRequestDto withInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)
Interview stages for the job.
-
withConfidential
public AtsCreateJobRequestDto withConfidential(AtsCreateJobRequestDtoConfidential confidential)
Confidential status of the job
-
withConfidential
public AtsCreateJobRequestDto withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateJobRequestDtoConfidential> confidential)
Confidential status of the job
-
withCustomFields
public AtsCreateJobRequestDto withCustomFields(java.util.List<CustomFields> customFields)
The job custom fields
-
withCustomFields
public AtsCreateJobRequestDto withCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)
The job custom fields
-
withPassthrough
public AtsCreateJobRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsCreateJobRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
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
-
-