Package com.sodius.oslc.core.model
Class OslcCore.GenericEntities
- java.lang.Object
-
- com.sodius.oslc.core.model.OslcCore.GenericEntities
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericEntity<ResponseInfoCollection<Property>>forProperties(Collection<Property> properties)Returns a generic entity for a collection ofPropertyresources.static GenericEntity<ResponseInfoCollection<Property>>forProperties(ResponseInfoCollection<Property> properties)Returns a generic entity for a collection ofPropertyresources.static GenericEntity<ResponseInfoCollection<ResourceShape>>forResourceShapes(Collection<ResourceShape> shapes)static GenericEntity<ResponseInfoCollection<ResourceShape>>forResourceShapes(ResponseInfoCollection<ResourceShape> shapes)
-
-
-
Method Detail
-
forResourceShapes
public static GenericEntity<ResponseInfoCollection<ResourceShape>> forResourceShapes(Collection<ResourceShape> shapes)
-
forResourceShapes
public static GenericEntity<ResponseInfoCollection<ResourceShape>> forResourceShapes(ResponseInfoCollection<ResourceShape> shapes)
-
forProperties
public static GenericEntity<ResponseInfoCollection<Property>> forProperties(ResponseInfoCollection<Property> properties)
Returns a generic entity for a collection ofPropertyresources.- Parameters:
properties- the resources- Returns:
- a response with a collection of
Propertyresources as entity - Since:
- 3.7.0
-
forProperties
public static GenericEntity<ResponseInfoCollection<Property>> forProperties(Collection<Property> properties)
Returns a generic entity for a collection ofPropertyresources.- Parameters:
properties- the resources- Returns:
- a response with a collection of
Propertyresources as entity - Since:
- 3.7.0
-
-