Uses of Class
com.oracle.bmc.announcementsservice.model.BaseAnnouncement.LifecycleState
-
Packages that use BaseAnnouncement.LifecycleState Package Description com.oracle.bmc.announcementsservice.model -
-
Uses of BaseAnnouncement.LifecycleState in com.oracle.bmc.announcementsservice.model
Methods in com.oracle.bmc.announcementsservice.model that return BaseAnnouncement.LifecycleState Modifier and Type Method Description static BaseAnnouncement.LifecycleState
BaseAnnouncement.LifecycleState. create(String key)
BaseAnnouncement.LifecycleState
BaseAnnouncement. getLifecycleState()
The current lifecycle state of the announcement.static BaseAnnouncement.LifecycleState
BaseAnnouncement.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseAnnouncement.LifecycleState[]
BaseAnnouncement.LifecycleState. 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.LifecycleState Modifier and Type Method Description Announcement.Builder
Announcement.Builder. lifecycleState(BaseAnnouncement.LifecycleState lifecycleState)
AnnouncementSummary.Builder
AnnouncementSummary.Builder. lifecycleState(BaseAnnouncement.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.announcementsservice.model with parameters of type BaseAnnouncement.LifecycleState 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.
-