Interface ApiContract.DefinitionStages.WithSoapApiType

    • Method Detail

      • withSoapApiType

        ApiContract.DefinitionStages.WithCreate withSoapApiType​(SoapApiType soapApiType)
        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..
        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.
        Returns:
        the next definition stage.