Interface ResponseAccessor.ResponseMutator<RES>

Type Parameters:
RES - The type of the response property.
All Known Subinterfaces:
ResponseAccessor.ResponseProperty<RES>
Enclosing interface:
ResponseAccessor<RES>

public static interface ResponseAccessor.ResponseMutator<RES>
Extends the ResponseAccessor with a setter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setResponse(RES aResponse)
    Sets the response for the response property.
  • Method Details

    • setResponse

      void setResponse(RES aResponse)
      Sets the response for the response property.
      Parameters:
      aResponse - The response to be stored by the response property.