Uses of Class
com.oracle.bmc.opsi.model.NewsLocale
-
Packages that use NewsLocale Package Description com.oracle.bmc.opsi.model -
-
Uses of NewsLocale in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return NewsLocale Modifier and Type Method Description static NewsLocale
NewsLocale. create(String key)
NewsLocale
CreateNewsReportDetails. getLocale()
Language of the news report.NewsLocale
NewsReport. getLocale()
Language of the news report.NewsLocale
NewsReportSummary. getLocale()
Language of the news report.NewsLocale
UpdateNewsReportDetails. getLocale()
Language of the news report.static NewsLocale
NewsLocale. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewsLocale[]
NewsLocale. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type NewsLocale Modifier and Type Method Description CreateNewsReportDetails.Builder
CreateNewsReportDetails.Builder. locale(NewsLocale locale)
Language of the news report.NewsReport.Builder
NewsReport.Builder. locale(NewsLocale locale)
Language of the news report.NewsReportSummary.Builder
NewsReportSummary.Builder. locale(NewsLocale locale)
Language of the news report.UpdateNewsReportDetails.Builder
UpdateNewsReportDetails.Builder. locale(NewsLocale locale)
Language of the news report.Constructors in com.oracle.bmc.opsi.model with parameters of type NewsLocale Constructor 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.
-