Interface OperationContract.DefinitionStages.WithUrlTemplate

    • Method Detail

      • withUrlTemplate

        OperationContract.DefinitionStages.WithCreate withUrlTemplate​(String urlTemplate)
        Specifies the urlTemplate property: Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}.
        Parameters:
        urlTemplate - Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}.
        Returns:
        the next definition stage.