Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.RecipientEmailCollectionInner
Packages that use RecipientEmailCollectionInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of RecipientEmailCollectionInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return RecipientEmailCollectionInnerModifier and TypeMethodDescriptionNotificationRecipientEmailsClient.listByNotification(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.WorkspaceNotificationRecipientEmailsClient.listByNotification(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the list of the Notification Recipient Emails subscribed to a notification.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type RecipientEmailCollectionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RecipientEmailCollectionInner> NotificationRecipientEmailsClient.listByNotificationWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient Emails subscribed to a notification.com.azure.core.http.rest.Response<RecipientEmailCollectionInner> WorkspaceNotificationRecipientEmailsClient.listByNotificationWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the list of the Notification Recipient Emails subscribed to a notification. -
Uses of RecipientEmailCollectionInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RecipientEmailCollectionInnerModifier and TypeMethodDescriptionRecipientEmailCollectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecipientEmailCollectionInner from the JsonReader.Set the count property: Total record count number across all pages.RecipientEmailCollectionInner.withNextLink(String nextLink) Set the nextLink property: Next page link if any.RecipientEmailCollectionInner.withValue(List<RecipientEmailContractInner> value) Set the value property: Page values. -
Uses of RecipientEmailCollectionInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RecipientEmailCollectionInnerModifier and TypeMethodDescriptionRecipientEmailCollection.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RecipientEmailCollectionInner object.