Class CandidateEmail
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CandidateEmail
-
public class CandidateEmail extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCandidateEmail.Builder
-
Constructor Summary
Constructors Constructor Description CandidateEmail()CandidateEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CandidateEmail.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>type()Type of the emailorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()Email valueCandidateEmailwithType(java.lang.String type)Type of the emailCandidateEmailwithType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)Type of the emailCandidateEmailwithValue(java.lang.String value)Email valueCandidateEmailwithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)Email value
-
-
-
Method Detail
-
type
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
Type of the email
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
Email value
-
builder
public static final CandidateEmail.Builder builder()
-
withType
public CandidateEmail withType(java.lang.String type)
Type of the email
-
withType
public CandidateEmail withType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
Type of the email
-
withValue
public CandidateEmail withValue(java.lang.String value)
Email value
-
withValue
public CandidateEmail withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
Email value
-
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
-
-