Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static MatchRule |
MatchRule.create(String key) |
MatchRule |
UpdateNewsReportDetails.getMatchRule()
Match rule used for tag filters.
|
MatchRule |
NewsReport.getMatchRule()
Match rule used for tag filters.
|
MatchRule |
CreateNewsReportDetails.getMatchRule()
Match rule used for tag filters.
|
MatchRule |
NewsReportSummary.getMatchRule()
Match rule used for tag filters.
|
static MatchRule |
MatchRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchRule[] |
MatchRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateNewsReportDetails.Builder |
UpdateNewsReportDetails.Builder.matchRule(MatchRule matchRule)
Match rule used for tag filters.
|
NewsReport.Builder |
NewsReport.Builder.matchRule(MatchRule matchRule)
Match rule used for tag filters.
|
CreateNewsReportDetails.Builder |
CreateNewsReportDetails.Builder.matchRule(MatchRule matchRule)
Match rule used for tag filters.
|
NewsReportSummary.Builder |
NewsReportSummary.Builder.matchRule(MatchRule matchRule)
Match rule used for tag filters.
|
Constructor and Description |
---|
CreateNewsReportDetails(String name,
NewsFrequency newsFrequency,
String description,
String onsTopicId,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
NewsContentTypes contentTypes,
NewsLocale locale,
ResourceStatus status,
DayOfWeek dayOfWeek,
Boolean areChildCompartmentsIncluded,
List<String> tagFilters,
MatchRule matchRule)
Deprecated.
|
NewsReport(NewsFrequency newsFrequency,
NewsContentTypes contentTypes,
NewsLocale locale,
String id,
String description,
String compartmentId,
String name,
String onsTopicId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ResourceStatus status,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
DayOfWeek dayOfWeek,
Boolean areChildCompartmentsIncluded,
List<String> tagFilters,
MatchRule matchRule)
Deprecated.
|
NewsReportSummary(NewsFrequency newsFrequency,
NewsContentTypes contentTypes,
NewsLocale locale,
String id,
String description,
String compartmentId,
String name,
String onsTopicId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ResourceStatus status,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
DayOfWeek dayOfWeek,
Boolean areChildCompartmentsIncluded,
List<String> tagFilters,
MatchRule matchRule)
Deprecated.
|
UpdateNewsReportDetails(ResourceStatus status,
NewsFrequency newsFrequency,
NewsLocale locale,
NewsContentTypes contentTypes,
String onsTopicId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String name,
String description,
DayOfWeek dayOfWeek,
Boolean areChildCompartmentsIncluded,
List<String> tagFilters,
MatchRule matchRule)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.