Package pro.taskana.common.rest.models
Class CustomAttributesRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<CustomAttributesRepresentationModel>
pro.taskana.common.rest.models.CustomAttributesRepresentationModel
public class CustomAttributesRepresentationModel
extends org.springframework.hateoas.RepresentationModel<CustomAttributesRepresentationModel>
-
Constructor Summary
Constructors -
Method Summary
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
-
CustomAttributesRepresentationModel
@ConstructorProperties("customAttributes") public CustomAttributesRepresentationModel(Map<String, Object> customAttributes)
-
-
Method Details
-
getCustomAttributes
-