Uses of Class
com.oracle.bmc.opsi.model.NewsFrequency
-
Packages that use NewsFrequency Package Description com.oracle.bmc.opsi.model -
-
Uses of NewsFrequency in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return NewsFrequency Modifier and Type Method Description static NewsFrequency
NewsFrequency. create(String key)
NewsFrequency
CreateNewsReportDetails. getNewsFrequency()
News report frequency.NewsFrequency
NewsReport. getNewsFrequency()
News report frequency.NewsFrequency
NewsReportSummary. getNewsFrequency()
News report frequency.NewsFrequency
UpdateNewsReportDetails. getNewsFrequency()
News report frequency.static NewsFrequency
NewsFrequency. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewsFrequency[]
NewsFrequency. 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 NewsFrequency Modifier and Type Method Description CreateNewsReportDetails.Builder
CreateNewsReportDetails.Builder. newsFrequency(NewsFrequency newsFrequency)
News report frequency.NewsReport.Builder
NewsReport.Builder. newsFrequency(NewsFrequency newsFrequency)
News report frequency.NewsReportSummary.Builder
NewsReportSummary.Builder. newsFrequency(NewsFrequency newsFrequency)
News report frequency.UpdateNewsReportDetails.Builder
UpdateNewsReportDetails.Builder. newsFrequency(NewsFrequency newsFrequency)
News report frequency.Constructors in com.oracle.bmc.opsi.model with parameters of type NewsFrequency 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.
-