java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
org.odpi.openmetadata.repositoryservices.rest.properties.VoidResponse
All Implemented Interfaces:
Serializable

public class VoidResponse extends OMRSAPIResponse
VoidResponse defines the response structure for an OMRS REST API call that has a void return with checked exceptions
See Also:
  • Constructor Details

    • VoidResponse

      public VoidResponse()
      Default constructor
    • VoidResponse

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

    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class OMRSAPIResponse
      Returns:
      print out of variables in a JSON-style