Interface ApiContract.UpdateStages.WithTermsOfServiceUrl
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithTermsOfServiceUrl
The stage of the ApiContract update allowing to specify termsOfServiceUrl.
-
Method Summary
Modifier and TypeMethodDescriptionwithTermsOfServiceUrl(String termsOfServiceUrl) Specifies the termsOfServiceUrl property: A URL to the Terms of Service for the API.
-
Method Details
-
withTermsOfServiceUrl
Specifies the termsOfServiceUrl property: A URL to the Terms of Service for the API. MUST be in the format of a URL..- Parameters:
termsOfServiceUrl- A URL to the Terms of Service for the API. MUST be in the format of a URL.- Returns:
- the next definition stage.
-