Package com.slack.api.scim.model
Class User.Role
- java.lang.Object
-
- com.slack.api.scim.model.User.Role
-
-
Constructor Summary
Constructors Constructor Description Role()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetPrimary()StringgetType()StringgetValue()inthashCode()voidsetPrimary(Boolean primary)voidsetType(String type)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
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)
-
-