Interface EndpointItemResponse.Builder

    • Method Detail

      • message

        EndpointItemResponse.Builder message​(String message)

        The custom message that's returned in the response as a result of processing the endpoint data.

        Parameters:
        message - The custom message that's returned in the response as a result of processing the endpoint data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusCode

        EndpointItemResponse.Builder statusCode​(Integer statusCode)

        The status code that's returned in the response as a result of processing the endpoint data.

        Parameters:
        statusCode - The status code that's returned in the response as a result of processing the endpoint data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.