Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model |
Modifier and Type | Method and Description |
---|---|
static PlatformType |
PlatformType.create(String key) |
PlatformType |
BaseService.getPlatformType()
The platform type this service object is related to.
|
static PlatformType |
PlatformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformType[] |
PlatformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceSummary.Builder |
ServiceSummary.Builder.platformType(PlatformType platformType) |
NotificationsSummary.Builder |
NotificationsSummary.Builder.platformType(PlatformType platformType) |
Service.Builder |
Service.Builder.platformType(PlatformType platformType) |
Constructor and Description |
---|
BaseService(String id,
String serviceName,
String shortName,
String teamName,
PlatformType platformType,
CommsManagerName commsManagerName,
List<String> excludedRealms,
List<String> previousServiceNames,
Date timeCreated,
Date timeUpdated,
BaseService.LifecycleState lifecycleState)
Deprecated.
|
NotificationsSummary(String id,
String serviceName,
String shortName,
String teamName,
PlatformType platformType,
CommsManagerName commsManagerName,
List<String> excludedRealms,
List<String> previousServiceNames,
Date timeCreated,
Date timeUpdated,
BaseService.LifecycleState lifecycleState)
Deprecated.
|
Service(String id,
String serviceName,
String shortName,
String teamName,
PlatformType platformType,
CommsManagerName commsManagerName,
List<String> excludedRealms,
List<String> previousServiceNames,
Date timeCreated,
Date timeUpdated,
BaseService.LifecycleState lifecycleState)
Deprecated.
|
ServiceSummary(String id,
String serviceName,
String shortName,
String teamName,
PlatformType platformType,
CommsManagerName commsManagerName,
List<String> excludedRealms,
List<String> previousServiceNames,
Date timeCreated,
Date timeUpdated,
BaseService.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.