Class ValidationErrorResource

  • All Implemented Interfaces:
    org.springframework.hateoas.Identifiable<org.springframework.hateoas.Link>

    public class ValidationErrorResource
    extends org.springframework.hateoas.Resource<org.activiti.cloud.modeling.api.ModelValidationError>
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidationErrorResource​(org.activiti.cloud.modeling.api.ModelValidationError content, java.lang.Iterable<org.springframework.hateoas.Link> links)  
    • Method Summary

      • Methods inherited from class org.springframework.hateoas.Resource

        equals, getContent, hashCode, toString
      • Methods inherited from class org.springframework.hateoas.ResourceSupport

        add, add, add, getId, getLink, getLinks, getLinks, hasLink, hasLinks, removeLinks
      • Methods inherited from class java.lang.Object

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

      • ValidationErrorResource

        public ValidationErrorResource​(org.activiti.cloud.modeling.api.ModelValidationError content,
                                       java.lang.Iterable<org.springframework.hateoas.Link> links)