Interface ApiContract.UpdateStages.WithSubscriptionRequired

  • All Known Subinterfaces:
    ApiContract.Update
    Enclosing interface:
    ApiContract.UpdateStages

    public static interface ApiContract.UpdateStages.WithSubscriptionRequired
    The stage of the ApiContract update allowing to specify subscriptionRequired.
    • Method Detail

      • withSubscriptionRequired

        ApiContract.Update withSubscriptionRequired​(Boolean subscriptionRequired)
        Specifies the subscriptionRequired property: Specifies whether an API or Product subscription is required for accessing the API..
        Parameters:
        subscriptionRequired - Specifies whether an API or Product subscription is required for accessing the API.
        Returns:
        the next definition stage.