Package org.molgenis.api.identities
Class UpdateIncludeCommand
- java.lang.Object
-
- org.molgenis.api.identities.UpdateIncludeCommand
-
public abstract class UpdateIncludeCommand extends java.lang.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(java.lang.String role)abstract java.lang.StringgetRole()
-
-
-
Method Detail
-
getRole
public abstract java.lang.String getRole()
-
create
public static UpdateIncludeCommand create(java.lang.String role)
-
-