Class TypeResponse
- java.lang.Object
-
- org.molgenis.api.permissions.model.response.TypeResponse
-
public abstract class TypeResponse extends java.lang.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(java.lang.String typeId, java.lang.String entityType, java.lang.String label)abstract java.lang.StringgetEntityType()abstract java.lang.StringgetId()abstract java.lang.StringgetLabel()
-
-
-
Method Detail
-
getId
public abstract java.lang.String getId()
-
getEntityType
public abstract java.lang.String getEntityType()
-
getLabel
public abstract java.lang.String getLabel()
-
create
public static TypeResponse create(java.lang.String typeId, java.lang.String entityType, java.lang.String label)
-
-