Package pro.taskana.user.rest.models
Class UserCollectionRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
-
- pro.taskana.common.rest.models.CollectionRepresentationModel<UserRepresentationModel>
-
- pro.taskana.user.rest.models.UserCollectionRepresentationModel
-
public class UserCollectionRepresentationModel extends CollectionRepresentationModel<UserRepresentationModel>
-
-
Constructor Summary
Constructors Constructor Description UserCollectionRepresentationModel(Collection<UserRepresentationModel> content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<UserRepresentationModel>getContent()The embedded users.
-
-
-
Constructor Detail
-
UserCollectionRepresentationModel
@ConstructorProperties("users") public UserCollectionRepresentationModel(Collection<UserRepresentationModel> content)
-
-
Method Detail
-
getContent
public Collection<UserRepresentationModel> getContent()
The embedded users.- Overrides:
getContentin classCollectionRepresentationModel<UserRepresentationModel>
-
-