azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

69 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.TermsOfService"
fullName: "com.azure.resourcemanager.apicenter.models.TermsOfService"
name: "TermsOfService"
nameWithType: "TermsOfService"
summary: "Terms of service for the API."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TermsOfService**"
constructors:
- uid: "com.azure.resourcemanager.apicenter.models.TermsOfService.TermsOfService()"
fullName: "com.azure.resourcemanager.apicenter.models.TermsOfService.TermsOfService()"
name: "TermsOfService()"
nameWithType: "TermsOfService.TermsOfService()"
summary: "Creates an instance of Terms<wbr>OfService class."
syntax: "public TermsOfService()"
desc: "Creates an instance of TermsOfService class."
methods:
- uid: "com.azure.resourcemanager.apicenter.models.TermsOfService.url()"
fullName: "com.azure.resourcemanager.apicenter.models.TermsOfService.url()"
name: "url()"
nameWithType: "TermsOfService.url()"
summary: "Get the url property: URL pointing to the terms of service."
syntax: "public String url()"
desc: "Get the url property: URL pointing to the terms of service."
returns:
description: "the url value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.TermsOfService.validate()"
fullName: "com.azure.resourcemanager.apicenter.models.TermsOfService.validate()"
name: "validate()"
nameWithType: "TermsOfService.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.apicenter.models.TermsOfService.withUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.apicenter.models.TermsOfService.withUrl(String url)"
name: "withUrl(String url)"
nameWithType: "TermsOfService.withUrl(String url)"
summary: "Set the url property: URL pointing to the terms of service."
parameters:
- description: "the url value to set."
name: "url"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TermsOfService withUrl(String url)"
desc: "Set the url property: URL pointing to the terms of service."
returns:
description: "the TermsOfService object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.TermsOfService?alt=com.azure.resourcemanager.apicenter.models.TermsOfService&text=TermsOfService\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Terms of service for the API."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0