Class TypeResponse
- java.lang.Object
-
- org.molgenis.api.permissions.model.response.TypeResponse
-
public abstract class TypeResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static TypeResponsecreate(String typeId, String entityType, String label)abstract StringgetEntityType()abstract StringgetId()abstract StringgetLabel()
-