Class Path

java.lang.Object
com.kingsrook.qqq.openapi.model.Path

public class Path extends Object
  • Constructor Details

    • Path

      public Path()
  • Method Details

    • getGet

      public Method getGet()
      Getter for get
    • setGet

      public void setGet(Method get)
      Setter for get
    • withGet

      public Path withGet(Method get)
      Fluent setter for get
    • getPost

      public Method getPost()
      Getter for post
    • setPost

      public void setPost(Method post)
      Setter for post
    • withPost

      public Path withPost(Method post)
      Fluent setter for post
    • getPut

      public Method getPut()
      Getter for put
    • setPut

      public void setPut(Method put)
      Setter for put
    • withPut

      public Path withPut(Method put)
      Fluent setter for put
    • getPatch

      public Method getPatch()
      Getter for patch
    • setPatch

      public void setPatch(Method patch)
      Setter for patch
    • withPatch

      public Path withPatch(Method patch)
      Fluent setter for patch
    • getDelete

      public Method getDelete()
      Getter for delete
    • setDelete

      public void setDelete(Method delete)
      Setter for delete
    • withDelete

      public Path withDelete(Method delete)
      Fluent setter for delete