- Type Parameters:
SC
- The type of the status code to be used.
- All Known Subinterfaces:
StatusCodeAccessor.StatusCodeProperty<SC>
public interface StatusCodeAccessor<SC>
Provides access to a status code property for e.g. key / status code pair.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a status code property returning the builder for applying multiple build operations.static interface
Extends theStatusCodeAccessor
with a setter method.static interface
Extends theStatusCodeAccessor
with a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the status code from the status code property.
-
Method Details
-
getStatusCode
SC getStatusCode()Retrieves the status code from the status code property.- Returns:
- The status code stored by the status code property.
-