Package | Description |
---|---|
com.oracle.bmc.announcementsservice.model |
Modifier and Type | Method and Description |
---|---|
static BaseService.LifecycleState |
BaseService.LifecycleState.create(String key) |
BaseService.LifecycleState |
BaseService.getLifecycleState()
Current state of the service object.
|
static BaseService.LifecycleState |
BaseService.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseService.LifecycleState[] |
BaseService.LifecycleState.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.lifecycleState(BaseService.LifecycleState lifecycleState) |
NotificationsSummary.Builder |
NotificationsSummary.Builder.lifecycleState(BaseService.LifecycleState lifecycleState) |
Service.Builder |
Service.Builder.lifecycleState(BaseService.LifecycleState lifecycleState) |
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–2024. All rights reserved.