Uses of Class
com.oracle.bmc.announcementsservice.model.BaseAnnouncement.PlatformType
-
Packages that use BaseAnnouncement.PlatformType Package Description com.oracle.bmc.announcementsservice.model -
-
Uses of BaseAnnouncement.PlatformType in com.oracle.bmc.announcementsservice.model
Methods in com.oracle.bmc.announcementsservice.model that return BaseAnnouncement.PlatformType Modifier and Type Method Description static BaseAnnouncement.PlatformType
BaseAnnouncement.PlatformType. create(String key)
BaseAnnouncement.PlatformType
BaseAnnouncement. getPlatformType()
The platform type that this announcement pertains to.static BaseAnnouncement.PlatformType
BaseAnnouncement.PlatformType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseAnnouncement.PlatformType[]
BaseAnnouncement.PlatformType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.announcementsservice.model with parameters of type BaseAnnouncement.PlatformType Modifier and Type Method Description Announcement.Builder
Announcement.Builder. platformType(BaseAnnouncement.PlatformType platformType)
AnnouncementSummary.Builder
AnnouncementSummary.Builder. platformType(BaseAnnouncement.PlatformType platformType)
Constructors in com.oracle.bmc.announcementsservice.model with parameters of type BaseAnnouncement.PlatformType Constructor Description Announcement(String id, String referenceTicketNumber, String summary, String timeOneTitle, BaseAnnouncement.TimeOneType timeOneType, Date timeOneValue, String timeTwoTitle, BaseAnnouncement.TimeTwoType timeTwoType, Date timeTwoValue, List<String> services, List<String> affectedRegions, BaseAnnouncement.AnnouncementType announcementType, BaseAnnouncement.LifecycleState lifecycleState, Boolean isBanner, Date timeCreated, Date timeUpdated, String environmentName, BaseAnnouncement.PlatformType platformType, String chainId, String description, String additionalInformation, List<AffectedResource> affectedResources)
Deprecated.AnnouncementSummary(String id, String referenceTicketNumber, String summary, String timeOneTitle, BaseAnnouncement.TimeOneType timeOneType, Date timeOneValue, String timeTwoTitle, BaseAnnouncement.TimeTwoType timeTwoType, Date timeTwoValue, List<String> services, List<String> affectedRegions, BaseAnnouncement.AnnouncementType announcementType, BaseAnnouncement.LifecycleState lifecycleState, Boolean isBanner, Date timeCreated, Date timeUpdated, String environmentName, BaseAnnouncement.PlatformType platformType, String chainId)
Deprecated.BaseAnnouncement(String id, String referenceTicketNumber, String summary, String timeOneTitle, BaseAnnouncement.TimeOneType timeOneType, Date timeOneValue, String timeTwoTitle, BaseAnnouncement.TimeTwoType timeTwoType, Date timeTwoValue, List<String> services, List<String> affectedRegions, BaseAnnouncement.AnnouncementType announcementType, BaseAnnouncement.LifecycleState lifecycleState, Boolean isBanner, Date timeCreated, Date timeUpdated, String environmentName, BaseAnnouncement.PlatformType platformType, String chainId)
Deprecated.
-