Uses of Class
com.oracle.bmc.apigateway.model.HeaderFieldSpecification
-
Packages that use HeaderFieldSpecification Package Description com.oracle.bmc.apigateway.model -
-
Uses of HeaderFieldSpecification in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return HeaderFieldSpecification Modifier and Type Method Description HeaderFieldSpecification
HeaderFieldSpecification.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type HeaderFieldSpecification Modifier and Type Method Description List<HeaderFieldSpecification>
StockResponseBackend. getHeaders()
The headers of the stock response from the mock backend.Methods in com.oracle.bmc.apigateway.model with parameters of type HeaderFieldSpecification Modifier and Type Method Description HeaderFieldSpecification.Builder
HeaderFieldSpecification.Builder. copy(HeaderFieldSpecification model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type HeaderFieldSpecification Modifier and Type Method Description StockResponseBackend.Builder
StockResponseBackend.Builder. headers(List<HeaderFieldSpecification> headers)
The headers of the stock response from the mock backend.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type HeaderFieldSpecification Constructor Description StockResponseBackend(String body, Integer status, List<HeaderFieldSpecification> headers)
Deprecated.
-