RES
- The type of the response to be used.public interface ResponseAccessor<RES>
Modifier and Type | Interface and Description |
---|---|
static interface |
ResponseAccessor.ResponseBuilder<RES,B extends ResponseAccessor.ResponseBuilder<RES,B>>
Provides a builder method for a response property returning the builder
for applying multiple build operations.
|
static interface |
ResponseAccessor.ResponseMutator<RES>
Extends the
ResponseAccessor with a setter method. |
static interface |
ResponseAccessor.ResponseProperty<RES>
Extends the
ResponseAccessor with a setter method. |
Modifier and Type | Method and Description |
---|---|
RES |
getResponse()
Retrieves the response from the response property.
|
RES getResponse()
Copyright © 2017. All rights reserved.