Class AtsUpdateBackgroundCheckResultRequestDtoCandidate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateBackgroundCheckResultRequestDtoCandidate
-
public class AtsUpdateBackgroundCheckResultRequestDtoCandidate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsUpdateBackgroundCheckResultRequestDtoCandidate.Builder
-
Constructor Summary
Constructors Constructor Description AtsUpdateBackgroundCheckResultRequestDtoCandidate()AtsUpdateBackgroundCheckResultRequestDtoCandidate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, 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 AtsUpdateBackgroundCheckResultRequestDtoCandidate.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 urljava.lang.StringtoString()AtsUpdateBackgroundCheckResultRequestDtoCandidatewithId(java.lang.String id)Unique identifierAtsUpdateBackgroundCheckResultRequestDtoCandidatewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsUpdateBackgroundCheckResultRequestDtoCandidatewithProfileUrl(java.lang.String profileUrl)Candidate profile urlAtsUpdateBackgroundCheckResultRequestDtoCandidatewithProfileUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)Candidate profile url
-
-
-
Constructor Detail
-
AtsUpdateBackgroundCheckResultRequestDtoCandidate
public AtsUpdateBackgroundCheckResultRequestDtoCandidate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl)
-
AtsUpdateBackgroundCheckResultRequestDtoCandidate
public AtsUpdateBackgroundCheckResultRequestDtoCandidate()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
profileUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> profileUrl()
Candidate profile url
-
builder
public static final AtsUpdateBackgroundCheckResultRequestDtoCandidate.Builder builder()
-
withId
public AtsUpdateBackgroundCheckResultRequestDtoCandidate withId(java.lang.String id)
Unique identifier
-
withId
public AtsUpdateBackgroundCheckResultRequestDtoCandidate withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withProfileUrl
public AtsUpdateBackgroundCheckResultRequestDtoCandidate withProfileUrl(java.lang.String profileUrl)
Candidate profile url
-
withProfileUrl
public AtsUpdateBackgroundCheckResultRequestDtoCandidate 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
-
-