Package com.sodius.oslc.server.trs.model
Class SodiusTrs.GenericEntities
- java.lang.Object
-
- com.sodius.oslc.server.trs.model.SodiusTrs.GenericEntities
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericEntity<ResponseInfoCollection<TrsFeed>>
forTRSFeeds(Collection<TrsFeed> feeds)
static GenericEntity<ResponseInfoCollection<TrsFeed>>
forTRSFeeds(ResponseInfoCollection<TrsFeed> feeds)
-
-
-
Method Detail
-
forTRSFeeds
public static GenericEntity<ResponseInfoCollection<TrsFeed>> forTRSFeeds(Collection<TrsFeed> feeds)
-
forTRSFeeds
public static GenericEntity<ResponseInfoCollection<TrsFeed>> forTRSFeeds(ResponseInfoCollection<TrsFeed> feeds)
-
-