public static interface NotificationResource.Builder extends SdkPojo, CopyableBuilder<NotificationResource.Builder,NotificationResource>
| Modifier and Type | Method and Description |
|---|---|
NotificationResource.Builder |
id(String id)
The ID of the resource mentioned in a notification.
|
NotificationResource.Builder |
name(String name)
The name of the resource mentioned in a notification.
|
NotificationResource.Builder |
type(NotificationResourceType type)
The type of the resource mentioned in a notification.
|
NotificationResource.Builder |
type(String type)
The type of the resource mentioned in a notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationResource.Builder id(String id)
The ID of the resource mentioned in a notification.
id - The ID of the resource mentioned in a notification.NotificationResource.Builder name(String name)
The name of the resource mentioned in a notification.
name - The name of the resource mentioned in a notification.NotificationResource.Builder type(String type)
The type of the resource mentioned in a notification.
type - The type of the resource mentioned in a notification.NotificationResourceType,
NotificationResourceTypeNotificationResource.Builder type(NotificationResourceType type)
The type of the resource mentioned in a notification.
type - The type of the resource mentioned in a notification.NotificationResourceType,
NotificationResourceTypeCopyright © 2023. All rights reserved.