Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.NotificationContractInner
Packages that use NotificationContractInner
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 NotificationContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return NotificationContractInnerModifier and TypeMethodDescriptionNotificationsClient.createOrUpdate(String resourceGroupName, String serviceName, NotificationName notificationName) Create or Update API Management publisher notification.WorkspaceNotificationsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Create or Update API Management publisher notification for the workspace.NotificationsClient.get(String resourceGroupName, String serviceName, NotificationName notificationName) Gets the details of the Notification specified by its identifier.WorkspaceNotificationsClient.get(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName) Gets the details of the Notification specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type NotificationContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<NotificationContractInner> NotificationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification.com.azure.core.http.rest.Response<NotificationContractInner> WorkspaceNotificationsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, String ifMatch, com.azure.core.util.Context context) Create or Update API Management publisher notification for the workspace.com.azure.core.http.rest.Response<NotificationContractInner> NotificationsClient.getWithResponse(String resourceGroupName, String serviceName, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.Response<NotificationContractInner> WorkspaceNotificationsClient.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, NotificationName notificationName, com.azure.core.util.Context context) Gets the details of the Notification specified by its identifier.com.azure.core.http.rest.PagedIterable<NotificationContractInner> NotificationsClient.listByService(String resourceGroupName, String serviceName) Lists a collection of properties defined within a service instance.com.azure.core.http.rest.PagedIterable<NotificationContractInner> NotificationsClient.listByService(String resourceGroupName, String serviceName, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of properties defined within a service instance.com.azure.core.http.rest.PagedIterable<NotificationContractInner> WorkspaceNotificationsClient.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of properties defined within a service instance.com.azure.core.http.rest.PagedIterable<NotificationContractInner> WorkspaceNotificationsClient.listByService(String resourceGroupName, String serviceName, String workspaceId, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of properties defined within a service instance. -
Uses of NotificationContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return NotificationContractInnerModifier and TypeMethodDescriptionstatic NotificationContractInnerNotificationContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NotificationContractInner from the JsonReader.NotificationContractInner.withDescription(String description) Set the description property: Description of the Notification.NotificationContractInner.withRecipients(RecipientsContractProperties recipients) Set the recipients property: Recipient Parameter values.Set the title property: Title of the Notification. -
Uses of NotificationContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NotificationContractInnerModifier and TypeMethodDescriptionNotificationContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NotificationContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type NotificationContractInnerModifier and TypeMethodDescriptionNotificationCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type NotificationContractInnerModifier and TypeMethodDescriptionNotificationCollection.withValue(List<NotificationContractInner> value) Set the value property: Page values.