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