Class TypePermissionsResponse
- java.lang.Object
-
- org.molgenis.api.permissions.model.response.TypePermissionsResponse
-
public abstract class TypePermissionsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description TypePermissionsResponse()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static TypePermissionsResponsecreate(String id, String label, Set<ObjectPermissionResponse> objects)abstract StringgetId()abstract StringgetLabel()abstract Set<ObjectPermissionResponse>getObjects()
-
-
-
Method Detail
-
getId
public abstract String getId()
-
getLabel
public abstract String getLabel()
-
getObjects
public abstract Set<ObjectPermissionResponse> getObjects()
-
create
public static TypePermissionsResponse create(String id, String label, Set<ObjectPermissionResponse> objects)
-
-