Class AtsUpdateJobRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateJobRequestDto
-
public class AtsUpdateJobRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsUpdateJobRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsUpdateJobRequestDto()AtsUpdateJobRequestDto(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 AtsUpdateJobRequestDtoJobStatus> 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 AtsUpdateJobRequestDtoConfidential> 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 AtsUpdateJobRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()Code of the joborg.openapitools.jackson.nullable.JsonNullable<AtsUpdateJobRequestDtoConfidential>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<AtsUpdateJobRequestDtoJobStatus>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 projectAtsUpdateJobRequestDtowithCode(java.lang.String code)Code of the jobAtsUpdateJobRequestDtowithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)Code of the jobAtsUpdateJobRequestDtowithConfidential(AtsUpdateJobRequestDtoConfidential confidential)Confidential status of the jobAtsUpdateJobRequestDtowithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateJobRequestDtoConfidential> confidential)Confidential status of the jobAtsUpdateJobRequestDtowithCustomFields(java.util.List<CustomFields> customFields)The job custom fieldsAtsUpdateJobRequestDtowithCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)The job custom fieldsAtsUpdateJobRequestDtowithDepartmentIds(java.util.List<java.lang.String> departmentIds)Department ids of the jobAtsUpdateJobRequestDtowithDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)Department ids of the jobAtsUpdateJobRequestDtowithHiringTeam(java.util.List<JobHiringTeam> hiringTeam)Hiring team for the job.AtsUpdateJobRequestDtowithHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)Hiring team for the job.AtsUpdateJobRequestDtowithInterviewStages(java.util.List<InterviewStage> interviewStages)Interview stages for the job.AtsUpdateJobRequestDtowithInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)Interview stages for the job.AtsUpdateJobRequestDtowithJobStatus(AtsUpdateJobRequestDtoJobStatus jobStatus)Status of the jobAtsUpdateJobRequestDtowithJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateJobRequestDtoJobStatus> jobStatus)Status of the jobAtsUpdateJobRequestDtowithLocationIds(java.util.List<java.lang.String> locationIds)Location ids of the jobAtsUpdateJobRequestDtowithLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)Location ids of the jobAtsUpdateJobRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsUpdateJobRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsUpdateJobRequestDtowithStatus(java.lang.String status)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsUpdateJobRequestDtowithStatus(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.AtsUpdateJobRequestDtowithTitle(java.lang.String title)Title of the jobAtsUpdateJobRequestDtowithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the jobAtsUpdateJobRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAtsUpdateJobRequestDtowithUnifiedCustomFields(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
-
AtsUpdateJobRequestDto
public AtsUpdateJobRequestDto(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 AtsUpdateJobRequestDtoJobStatus> 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 AtsUpdateJobRequestDtoConfidential> 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)
-
AtsUpdateJobRequestDto
public AtsUpdateJobRequestDto()
-
-
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<AtsUpdateJobRequestDtoJobStatus> 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<AtsUpdateJobRequestDtoConfidential> 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 AtsUpdateJobRequestDto.Builder builder()
-
withUnifiedCustomFields
public AtsUpdateJobRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public AtsUpdateJobRequestDto 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 AtsUpdateJobRequestDto withCode(java.lang.String code)
Code of the job
-
withCode
public AtsUpdateJobRequestDto withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
Code of the job
-
withTitle
public AtsUpdateJobRequestDto withTitle(java.lang.String title)
Title of the job
-
withTitle
public AtsUpdateJobRequestDto withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withStatus
@Deprecated public AtsUpdateJobRequestDto 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 AtsUpdateJobRequestDto 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 AtsUpdateJobRequestDto withJobStatus(AtsUpdateJobRequestDtoJobStatus jobStatus)
Status of the job
-
withJobStatus
public AtsUpdateJobRequestDto withJobStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateJobRequestDtoJobStatus> jobStatus)
Status of the job
-
withDepartmentIds
public AtsUpdateJobRequestDto withDepartmentIds(java.util.List<java.lang.String> departmentIds)
Department ids of the job
-
withDepartmentIds
public AtsUpdateJobRequestDto withDepartmentIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> departmentIds)
Department ids of the job
-
withLocationIds
public AtsUpdateJobRequestDto withLocationIds(java.util.List<java.lang.String> locationIds)
Location ids of the job
-
withLocationIds
public AtsUpdateJobRequestDto withLocationIds(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> locationIds)
Location ids of the job
-
withHiringTeam
public AtsUpdateJobRequestDto withHiringTeam(java.util.List<JobHiringTeam> hiringTeam)
Hiring team for the job.
-
withHiringTeam
public AtsUpdateJobRequestDto withHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)
Hiring team for the job.
-
withInterviewStages
public AtsUpdateJobRequestDto withInterviewStages(java.util.List<InterviewStage> interviewStages)
Interview stages for the job.
-
withInterviewStages
public AtsUpdateJobRequestDto withInterviewStages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InterviewStage>> interviewStages)
Interview stages for the job.
-
withConfidential
public AtsUpdateJobRequestDto withConfidential(AtsUpdateJobRequestDtoConfidential confidential)
Confidential status of the job
-
withConfidential
public AtsUpdateJobRequestDto withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateJobRequestDtoConfidential> confidential)
Confidential status of the job
-
withCustomFields
public AtsUpdateJobRequestDto withCustomFields(java.util.List<CustomFields> customFields)
The job custom fields
-
withCustomFields
public AtsUpdateJobRequestDto withCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<CustomFields>> customFields)
The job custom fields
-
withPassthrough
public AtsUpdateJobRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsUpdateJobRequestDto 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
-
-