Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model | |
com.oracle.bmc.announcementsservice.responses |
Modifier and Type | Method and Description |
---|---|
FilterGroup |
FilterGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,FilterGroup> |
AnnouncementSubscription.getFilterGroups()
A list of filter groups for the announcement subscription.
|
Modifier and Type | Method and Description |
---|---|
FilterGroup.Builder |
FilterGroup.Builder.copy(FilterGroup model) |
Modifier and Type | Method and Description |
---|---|
AnnouncementSubscription.Builder |
AnnouncementSubscription.Builder.filterGroups(Map<String,FilterGroup> filterGroups)
A list of filter groups for the announcement subscription.
|
Constructor and Description |
---|
AnnouncementSubscription(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
AnnouncementSubscription.LifecycleState lifecycleState,
String lifecycleDetails,
String onsTopicId,
Map<String,FilterGroup> filterGroups,
String preferredLanguage,
String preferredTimeZone,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FilterGroup |
CreateFilterGroupResponse.getFilterGroup()
The returned
FilterGroup instance. |
FilterGroup |
UpdateFilterGroupResponse.getFilterGroup()
The returned
FilterGroup instance. |
Modifier and Type | Method and Description |
---|---|
CreateFilterGroupResponse.Builder |
CreateFilterGroupResponse.Builder.filterGroup(FilterGroup filterGroup)
The returned
FilterGroup instance. |
UpdateFilterGroupResponse.Builder |
UpdateFilterGroupResponse.Builder.filterGroup(FilterGroup filterGroup)
The returned
FilterGroup instance. |
Copyright © 2016–2024. All rights reserved.