Uses of Class
com.azure.resourcemanager.apicenter.models.TermsOfService
Packages that use TermsOfService
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of TermsOfService in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return TermsOfServiceModifier and TypeMethodDescriptionstatic TermsOfService
TermsOfService.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of TermsOfService from the JsonReader.ApiProperties.termsOfService()
Get the termsOfService property: Terms of service for the API.Set the url property: URL pointing to the terms of service.Methods in com.azure.resourcemanager.apicenter.models with parameters of type TermsOfServiceModifier and TypeMethodDescriptionApiProperties.withTermsOfService
(TermsOfService termsOfService) Set the termsOfService property: Terms of service for the API.