Package com.sodius.oslc.app.jazz.model
Class JazzNetProcess.GenericEntities
- java.lang.Object
-
- com.sodius.oslc.app.jazz.model.JazzNetProcess.GenericEntities
-
- Enclosing class:
- JazzNetProcess
public static class JazzNetProcess.GenericEntities extends Object
Generic Entities for Jazz Net Process shapes, used when replying with a collection of entities in a Response object.- Since:
- 3.3.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericEntity<ResponseInfoCollection<ProjectArea>>
forProjectAreas(Collection<ProjectArea> projectAreas)
static GenericEntity<ResponseInfoCollection<ProjectArea>>
forProjectAreas(ResponseInfoCollection<ProjectArea> projectAreas)
-
-
-
Method Detail
-
forProjectAreas
public static GenericEntity<ResponseInfoCollection<ProjectArea>> forProjectAreas(Collection<ProjectArea> projectAreas)
-
forProjectAreas
public static GenericEntity<ResponseInfoCollection<ProjectArea>> forProjectAreas(ResponseInfoCollection<ProjectArea> projectAreas)
-
-