Class SodiusOAuth.GenericEntities
- java.lang.Object
-
- com.sodius.oslc.server.oauth.model.SodiusOAuth.GenericEntities
-
- Enclosing class:
- SodiusOAuth
public static class SodiusOAuth.GenericEntities extends Object
Generic Entities for SodiusWillert OAuth shapes, used when replying with a collection of entities in a Response object.- Since:
- 1.3.0
- See Also:
OslcResponses
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericEntity<ResponseInfoCollection<Consumer>>
forConsumers(Collection<Consumer> consumers)
static GenericEntity<ResponseInfoCollection<Consumer>>
forConsumers(ResponseInfoCollection<Consumer> consumers)
static GenericEntity<ResponseInfoCollection<Friend>>
forFriends(Collection<Friend> friends)
static GenericEntity<ResponseInfoCollection<Friend>>
forFriends(ResponseInfoCollection<Friend> friends)
-
-
-
Method Detail
-
forConsumers
public static GenericEntity<ResponseInfoCollection<Consumer>> forConsumers(Collection<Consumer> consumers)
-
forConsumers
public static GenericEntity<ResponseInfoCollection<Consumer>> forConsumers(ResponseInfoCollection<Consumer> consumers)
-
forFriends
public static GenericEntity<ResponseInfoCollection<Friend>> forFriends(Collection<Friend> friends)
-
forFriends
public static GenericEntity<ResponseInfoCollection<Friend>> forFriends(ResponseInfoCollection<Friend> friends)
-
-