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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionThe embedded users.Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
UserCollectionRepresentationModel
@ConstructorProperties("users") public UserCollectionRepresentationModel(Collection<UserRepresentationModel> content)
-
-
Method Details
-
getContent
The embedded users.- Overrides:
getContentin classCollectionRepresentationModel<UserRepresentationModel>
-