Interface NotificationContract
public interface NotificationContract
An immutable client-side representation of NotificationContract.
-
Method Summary
Modifier and TypeMethodDescriptionGets the description property: Description of the Notification.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NotificationContractInner object.name()Gets the name property: The name of the resource.Gets the recipients property: Recipient Parameter values.title()Gets the title property: Title of the Notification.type()Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
title
String title()Gets the title property: Title of the Notification.- Returns:
- the title value.
-
description
String description()Gets the description property: Description of the Notification.- Returns:
- the description value.
-
recipients
RecipientsContractProperties recipients()Gets the recipients property: Recipient Parameter values.- Returns:
- the recipients value.
-
innerModel
NotificationContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NotificationContractInner object.- Returns:
- the inner object.
-