Class ObjectResponse
- java.lang.Object
-
- org.molgenis.api.permissions.model.response.ObjectResponse
-
public abstract class ObjectResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ObjectResponsecreate(String typeId, String label)abstract StringgetId()abstract StringgetLabel()
-
-
-
Method Detail
-
getId
public abstract String getId()
-
getLabel
public abstract String getLabel()
-
create
public static ObjectResponse create(String typeId, String label)
-
-