Class BackgroundCheckOrderJob
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckOrderJob
-
public class BackgroundCheckOrderJob extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundCheckOrderJob.Builder
-
Constructor Summary
Constructors Constructor Description BackgroundCheckOrderJob()BackgroundCheckOrderJob(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<JobHiringTeam>> 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 BackgroundCheckOrderJob.Builderbuilder()booleanequals(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.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()BackgroundCheckOrderJobwithHiringTeam(java.util.List<JobHiringTeam> hiringTeam)Hiring team for the job.BackgroundCheckOrderJobwithHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)Hiring team for the job.BackgroundCheckOrderJobwithId(java.lang.String id)Unique identifierBackgroundCheckOrderJobwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckOrderJobwithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerBackgroundCheckOrderJobwithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerBackgroundCheckOrderJobwithRemoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckOrderJobwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierBackgroundCheckOrderJobwithTitle(java.lang.String title)Title of the jobBackgroundCheckOrderJobwithTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)Title of the job
-
-
-
Constructor Detail
-
BackgroundCheckOrderJob
public BackgroundCheckOrderJob(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<JobHiringTeam>> hiringTeam, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
BackgroundCheckOrderJob
public BackgroundCheckOrderJob()
-
-
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<JobHiringTeam>> 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 final BackgroundCheckOrderJob.Builder builder()
-
withId
public BackgroundCheckOrderJob withId(java.lang.String id)
Unique identifier
-
withId
public BackgroundCheckOrderJob withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public BackgroundCheckOrderJob withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public BackgroundCheckOrderJob withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withTitle
public BackgroundCheckOrderJob withTitle(java.lang.String title)
Title of the job
-
withTitle
public BackgroundCheckOrderJob withTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
Title of the job
-
withHiringTeam
public BackgroundCheckOrderJob withHiringTeam(java.util.List<JobHiringTeam> hiringTeam)
Hiring team for the job.
-
withHiringTeam
public BackgroundCheckOrderJob withHiringTeam(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<JobHiringTeam>> hiringTeam)
Hiring team for the job.
-
withPassthrough
public BackgroundCheckOrderJob withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public BackgroundCheckOrderJob 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
-
-