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