84 строки
6.6 KiB
YAML
84 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties"
|
|
name: "RecipientsContractProperties"
|
|
nameWithType: "RecipientsContractProperties"
|
|
summary: "Notification Parameter contract."
|
|
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 **RecipientsContractProperties**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.RecipientsContractProperties()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.RecipientsContractProperties()"
|
|
name: "RecipientsContractProperties()"
|
|
nameWithType: "RecipientsContractProperties.RecipientsContractProperties()"
|
|
syntax: "public RecipientsContractProperties()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.emails()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.emails()"
|
|
name: "emails()"
|
|
nameWithType: "RecipientsContractProperties.emails()"
|
|
summary: "Get list of Emails subscribed for the notification."
|
|
syntax: "public List<String> emails()"
|
|
desc: "Get list of Emails subscribed for the notification."
|
|
returns:
|
|
description: "the emails value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.RecipientsContractProperties.users()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.users()"
|
|
name: "users()"
|
|
nameWithType: "RecipientsContractProperties.users()"
|
|
summary: "Get list of Users subscribed for the notification."
|
|
syntax: "public List<String> users()"
|
|
desc: "Get list of Users subscribed for the notification."
|
|
returns:
|
|
description: "the users value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.RecipientsContractProperties.withEmails(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.withEmails(List<String> emails)"
|
|
name: "withEmails(List<String> emails)"
|
|
nameWithType: "RecipientsContractProperties.withEmails(List<String> emails)"
|
|
summary: "Set list of Emails subscribed for the notification."
|
|
parameters:
|
|
- description: "the emails value to set"
|
|
name: "emails"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RecipientsContractProperties withEmails(List<String> emails)"
|
|
desc: "Set list of Emails subscribed for the notification."
|
|
returns:
|
|
description: "the RecipientsContractProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties&text=RecipientsContractProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.withUsers(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties.withUsers(List<String> users)"
|
|
name: "withUsers(List<String> users)"
|
|
nameWithType: "RecipientsContractProperties.withUsers(List<String> users)"
|
|
summary: "Set list of Users subscribed for the notification."
|
|
parameters:
|
|
- description: "the users value to set"
|
|
name: "users"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RecipientsContractProperties withUsers(List<String> users)"
|
|
desc: "Set list of Users subscribed for the notification."
|
|
returns:
|
|
description: "the RecipientsContractProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RecipientsContractProperties&text=RecipientsContractProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Notification Parameter contract."
|
|
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
|