Class BackgroundCheckResultCandidate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckResultCandidate
-
public class BackgroundCheckResultCandidate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundCheckResultCandidate.Builder
-
Constructor Summary
Constructors Constructor Description BackgroundCheckResultCandidate()BackgroundCheckResultCandidate(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> profileUrl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackgroundCheckResultCandidate.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>profileUrl()Candidate profile urlorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()BackgroundCheckResultCandidatewithId(java.lang.String id)Unique identifierBackgroundCheckResultCandidatewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierBackgroundCheckResultCandidatewithProfileUrl(java.lang.String profileUrl)Candidate profile urlBackgroundCheckResultCandidatewithProfileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)Candidate profile urlBackgroundCheckResultCandidatewithRemoteId(java.lang.String remoteId)Provider's unique identifierBackgroundCheckResultCandidatewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
BackgroundCheckResultCandidate
public BackgroundCheckResultCandidate(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> profileUrl)
-
BackgroundCheckResultCandidate
public BackgroundCheckResultCandidate()
-
-
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
-
profileUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl()
Candidate profile url
-
builder
public static BackgroundCheckResultCandidate.Builder builder()
-
withId
public BackgroundCheckResultCandidate withId(java.lang.String id)
Unique identifier
-
withId
public BackgroundCheckResultCandidate withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public BackgroundCheckResultCandidate withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public BackgroundCheckResultCandidate withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withProfileUrl
public BackgroundCheckResultCandidate withProfileUrl(java.lang.String profileUrl)
Candidate profile url
-
withProfileUrl
public BackgroundCheckResultCandidate withProfileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
Candidate profile url
-
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
-
-