Package | Description |
---|---|
com.oracle.bmc.ons.model |
Modifier and Type | Method and Description |
---|---|
static NotificationTopic.LifecycleState |
NotificationTopic.LifecycleState.create(String key) |
NotificationTopic.LifecycleState |
NotificationTopic.getLifecycleState()
The lifecycle state of the topic.
|
static NotificationTopic.LifecycleState |
NotificationTopic.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationTopic.LifecycleState[] |
NotificationTopic.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NotificationTopic.Builder |
NotificationTopic.Builder.lifecycleState(NotificationTopic.LifecycleState lifecycleState)
The lifecycle state of the topic.
|
Constructor and Description |
---|
NotificationTopic(String name,
String topicId,
String shortTopicId,
String compartmentId,
NotificationTopic.LifecycleState lifecycleState,
String description,
Date timeCreated,
String etag,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String apiEndpoint)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.