Package com.slack.api.scim.model
Class User.Email
- java.lang.Object
-
- com.slack.api.scim.model.User.Email
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUser.Email.EmailBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static User.Email.EmailBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetPrimary()StringgetType()StringgetValue()inthashCode()voidsetPrimary(Boolean primary)voidsetType(String type)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
builder
public static User.Email.EmailBuilder builder()
-
getValue
public String getValue()
-
getType
public String getType()
-
getPrimary
public Boolean getPrimary()
-
setValue
public void setValue(String value)
-
setType
public void setType(String type)
-
setPrimary
public void setPrimary(Boolean primary)
-
canEqual
protected boolean canEqual(Object other)
-
-