Class NullRequestBody

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.NullRequestBody

public class NullRequestBody extends Object
NullRequestBody provides a empty request body object for POST requests that do not need to send additional parameters beyond the path variables.
  • Constructor Details

    • NullRequestBody

      public NullRequestBody()
      Default constructor
    • NullRequestBody

      public NullRequestBody(NullRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • toString

      public String toString()
      JSON-like toString
      Overrides:
      toString in class Object
      Returns:
      string containing the class name