Class AtsCreateBackgroundCheckOrderRequestDtoJob
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateBackgroundCheckOrderRequestDtoJob
-
public class AtsCreateBackgroundCheckOrderRequestDtoJob extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateBackgroundCheckOrderRequestDtoJob.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateBackgroundCheckOrderRequestDtoJob()AtsCreateBackgroundCheckOrderRequestDtoJob(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsJobHiringTeam>> hiringTeam, 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 Modifier and Type Method Description static AtsCreateBackgroundCheckOrderRequestDtoJob.Builderbuilder()booleanequals(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.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>title()Title of the jobjava.lang.StringtoString()AtsCreateBackgroundCheckOrderRequestDtoJobwithHiringTeam(java.util.List<AtsJobHiringTeam> hiringTeam)Hiring team for the job.AtsCreateBackgroundCheckOrderRequestDtoJobwithHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsJobHiringTeam>> hiringTeam)Hiring team for the job.AtsCreateBackgroundCheckOrderRequestDtoJobwithId(java.lang.String id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateBackgroundCheckOrderRequestDtoJobwithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoJobwithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateBackgroundCheckOrderRequestDtoJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAtsCreateBackgroundCheckOrderRequestDtoJobwithTitle(java.lang.String title)Title of the jobAtsCreateBackgroundCheckOrderRequestDtoJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the job
-
-
-
Constructor Detail
-
AtsCreateBackgroundCheckOrderRequestDtoJob
public AtsCreateBackgroundCheckOrderRequestDtoJob(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsJobHiringTeam>> hiringTeam, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsCreateBackgroundCheckOrderRequestDtoJob
public AtsCreateBackgroundCheckOrderRequestDtoJob()
-
-
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
-
title
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title()
Title of the job
-
hiringTeam
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<AtsJobHiringTeam>> hiringTeam()
Hiring team for the job.
-
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 AtsCreateBackgroundCheckOrderRequestDtoJob.Builder builder()
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoJob withId(java.lang.String id)
Unique identifier
-
withId
public AtsCreateBackgroundCheckOrderRequestDtoJob withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoJob withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AtsCreateBackgroundCheckOrderRequestDtoJob withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withTitle
public AtsCreateBackgroundCheckOrderRequestDtoJob withTitle(java.lang.String title)
Title of the job
-
withTitle
public AtsCreateBackgroundCheckOrderRequestDtoJob withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withHiringTeam
public AtsCreateBackgroundCheckOrderRequestDtoJob withHiringTeam(java.util.List<AtsJobHiringTeam> hiringTeam)
Hiring team for the job.
-
withHiringTeam
public AtsCreateBackgroundCheckOrderRequestDtoJob withHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AtsJobHiringTeam>> hiringTeam)
Hiring team for the job.
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDtoJob withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsCreateBackgroundCheckOrderRequestDtoJob 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
-
-