Package com.sodius.oslc.core.model
Class Foaf.GenericEntities
java.lang.Object
com.sodius.oslc.core.model.Foaf.GenericEntities
- Enclosing class:
Foaf
Generic Entities for FOAF shapes, used when replying with a collection of entities in a
javax.ws.rs.core.Response object.- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic GenericEntity<ResponseInfoCollection<Person>>forPersons(Collection<Person> persons) static GenericEntity<ResponseInfoCollection<Person>>forPersons(ResponseInfoCollection<Person> persons)
-
Method Details
-
forPersons
-
forPersons
public static GenericEntity<ResponseInfoCollection<Person>> forPersons(ResponseInfoCollection<Person> persons)
-