Package org.molgenis.api.identities
Class UpdateIncludeCommand
- java.lang.Object
-
- org.molgenis.api.identities.UpdateIncludeCommand
-
public abstract class UpdateIncludeCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateIncludeCommand()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static UpdateIncludeCommandcreate(String role)abstract StringgetRole()
-
-
-
Method Detail
-
getRole
public abstract String getRole()
-
create
public static UpdateIncludeCommand create(String role)
-
-