azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties"
name: "TermsOfServiceProperties"
nameWithType: "TermsOfServiceProperties"
summary: "Terms of service contract properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **TermsOfServiceProperties**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.TermsOfServiceProperties()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.TermsOfServiceProperties()"
name: "TermsOfServiceProperties()"
nameWithType: "TermsOfServiceProperties.TermsOfServiceProperties()"
syntax: "public TermsOfServiceProperties()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.consentRequired()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.consentRequired()"
name: "consentRequired()"
nameWithType: "TermsOfServiceProperties.consentRequired()"
summary: "Get ask user for consent to the terms of service."
syntax: "public Boolean consentRequired()"
desc: "Get ask user for consent to the terms of service."
returns:
description: "the consentRequired value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.enabled()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.enabled()"
name: "enabled()"
nameWithType: "TermsOfServiceProperties.enabled()"
summary: "Get display terms of service during a sign-up process."
syntax: "public Boolean enabled()"
desc: "Get display terms of service during a sign-up process."
returns:
description: "the enabled value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.text()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.text()"
name: "text()"
nameWithType: "TermsOfServiceProperties.text()"
summary: "Get a terms of service text."
syntax: "public String text()"
desc: "Get a terms of service text."
returns:
description: "the text value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.withConsentRequired(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.withConsentRequired(Boolean consentRequired)"
name: "withConsentRequired(Boolean consentRequired)"
nameWithType: "TermsOfServiceProperties.withConsentRequired(Boolean consentRequired)"
summary: "Set ask user for consent to the terms of service."
parameters:
- description: "the consentRequired value to set"
name: "consentRequired"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TermsOfServiceProperties withConsentRequired(Boolean consentRequired)"
desc: "Set ask user for consent to the terms of service."
returns:
description: "the TermsOfServiceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties&text=TermsOfServiceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.withEnabled(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "TermsOfServiceProperties.withEnabled(Boolean enabled)"
summary: "Set display terms of service during a sign-up process."
parameters:
- description: "the enabled value to set"
name: "enabled"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TermsOfServiceProperties withEnabled(Boolean enabled)"
desc: "Set display terms of service during a sign-up process."
returns:
description: "the TermsOfServiceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties&text=TermsOfServiceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.withText(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties.withText(String text)"
name: "withText(String text)"
nameWithType: "TermsOfServiceProperties.withText(String text)"
summary: "Set a terms of service text."
parameters:
- description: "the text value to set"
name: "text"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TermsOfServiceProperties withText(String text)"
desc: "Set a terms of service text."
returns:
description: "the TermsOfServiceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.TermsOfServiceProperties&text=TermsOfServiceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Terms of service contract properties."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1