Class BackgroundCheckResultCandidate.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckResultCandidate.Builder
-
- Enclosing class:
- BackgroundCheckResultCandidate
public static final class BackgroundCheckResultCandidate.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundCheckResultCandidatebuild()BackgroundCheckResultCandidate.Builderid(java.lang.String id)Unique identifierBackgroundCheckResultCandidate.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckResultCandidate.BuilderprofileUrl(java.lang.String profileUrl)Candidate profile urlBackgroundCheckResultCandidate.BuilderprofileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)Candidate profile urlBackgroundCheckResultCandidate.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckResultCandidate.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public BackgroundCheckResultCandidate.Builder id(java.lang.String id)
Unique identifier
-
id
public BackgroundCheckResultCandidate.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public BackgroundCheckResultCandidate.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public BackgroundCheckResultCandidate.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
profileUrl
public BackgroundCheckResultCandidate.Builder profileUrl(java.lang.String profileUrl)
Candidate profile url
-
profileUrl
public BackgroundCheckResultCandidate.Builder profileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
Candidate profile url
-
build
public BackgroundCheckResultCandidate build()
-
-