Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static DayOfWeek |
DayOfWeek.create(String key) |
DayOfWeek |
UpdateNewsReportDetails.getDayOfWeek()
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
DayOfWeek |
NewsReport.getDayOfWeek()
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
DayOfWeek |
CreateNewsReportDetails.getDayOfWeek()
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
DayOfWeek |
NewsReportSummary.getDayOfWeek()
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.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.dayOfWeek(DayOfWeek dayOfWeek)
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
NewsReport.Builder |
NewsReport.Builder.dayOfWeek(DayOfWeek dayOfWeek)
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
CreateNewsReportDetails.Builder |
CreateNewsReportDetails.Builder.dayOfWeek(DayOfWeek dayOfWeek)
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
NewsReportSummary.Builder |
NewsReportSummary.Builder.dayOfWeek(DayOfWeek dayOfWeek)
Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
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)
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)
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)
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)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.