- All Known Subinterfaces:
HttpSuccessCodeAccessor.HttpSuccessCodeProperty
public interface HttpSuccessCodeAccessor
Provides access to a HTTP success code property including just the 2xx HTTP
success codes as of
HttpSuccessCode excluding all HTTP error codes.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpSuccessCodeAccessor.HttpSuccessCodeBuilder<B extends HttpSuccessCodeAccessor.HttpSuccessCodeBuilder<B>>Provides a builder method for a HTTP success code property returning the builder for applying multiple build operations.static interfaceExtends theHttpSuccessCodeAccessorwith a setter method.static interfaceExtends theHttpSuccessCodeAccessorwith a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the HTTP success code from the HTTP success code property.
-
Method Details
-
getHttpSuccessCode
HttpSuccessCode getHttpSuccessCode()Retrieves the HTTP success code from the HTTP success code property.- Returns:
- The HTTP success code stored by the HTTP success code property.
-