Package org.molgenis.security.core.model
Class RoleValue
- java.lang.Object
-
- org.molgenis.security.core.model.RoleValue
-
public abstract class RoleValue extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoleValue.Builder
-
Constructor Summary
Constructors Constructor Description RoleValue()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static RoleValue.Builderbuilder()abstract StringgetDescription()abstract StringgetLabel()abstract StringgetName()
-
-
-
Method Detail
-
getName
public abstract String getName()
-
getLabel
public abstract String getLabel()
-
getDescription
@Nullable @CheckForNull public abstract String getDescription()
-
builder
public static RoleValue.Builder builder()
-
-