Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model |
Modifier and Type | Method and Description |
---|---|
static BaseAnnouncement.TimeTwoType |
BaseAnnouncement.TimeTwoType.create(String key) |
BaseAnnouncement.TimeTwoType |
BaseAnnouncement.getTimeTwoType()
The type of a time associated with second time value.
|
static BaseAnnouncement.TimeTwoType |
BaseAnnouncement.TimeTwoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseAnnouncement.TimeTwoType[] |
BaseAnnouncement.TimeTwoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Announcement.Builder |
Announcement.Builder.timeTwoType(BaseAnnouncement.TimeTwoType timeTwoType) |
AnnouncementSummary.Builder |
AnnouncementSummary.Builder.timeTwoType(BaseAnnouncement.TimeTwoType timeTwoType) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.