Interface ApiContract.DefinitionStages.WithSoapApiType
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithSoapApiType
The stage of the ApiContract definition allowing to specify soapApiType.
-
Method Summary
Modifier and TypeMethodDescriptionwithSoapApiType(SoapApiType soapApiType) Specifies the soapApiType property: Type of API to create
-
Method Details
-
withSoapApiType
Specifies the soapApiType property: Type of API to create. * `http` creates a REST API * `soap` creates a SOAP pass-through API * `websocket` creates websocket API * `graphql` creates GraphQL API. New types can be added in the future..- Parameters:
soapApiType- Type of API to create. * `http` creates a REST API * `soap` creates a SOAP pass-through API * `websocket` creates websocket API * `graphql` creates GraphQL API. New types can be added in the future.- Returns:
- the next definition stage.
-