Package com.slack.api.scim2.model
Class User.Role
- java.lang.Object
-
- com.slack.api.scim2.model.User.Role
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
User.Role.RoleBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static User.Role.RoleBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
Boolean
getPrimary()
String
getType()
String
getValue()
int
hashCode()
void
setPrimary(Boolean primary)
void
setType(String type)
void
setValue(String value)
String
toString()
-
-
-
Method Detail
-
builder
public static User.Role.RoleBuilder 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)
-
-