Class VersionRepresentationModel

java.lang.Object
org.springframework.hateoas.RepresentationModel<VersionRepresentationModel>
pro.taskana.common.rest.models.VersionRepresentationModel

public class VersionRepresentationModel extends org.springframework.hateoas.RepresentationModel<VersionRepresentationModel>
EntityModel class for version information.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setVersion(String version)
     
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • VersionRepresentationModel

      public VersionRepresentationModel()
  • Method Details

    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class org.springframework.hateoas.RepresentationModel<VersionRepresentationModel>