Uses of Class
com.oracle.bmc.ons.model.NotificationTopic.LifecycleState
-
Packages that use NotificationTopic.LifecycleState Package Description com.oracle.bmc.ons.model -
-
Uses of NotificationTopic.LifecycleState in com.oracle.bmc.ons.model
Methods in com.oracle.bmc.ons.model that return NotificationTopic.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.ons.model with parameters of type NotificationTopic.LifecycleState Modifier and Type Method Description NotificationTopic.Builder
NotificationTopic.Builder. lifecycleState(NotificationTopic.LifecycleState lifecycleState)
The lifecycle state of the topic.Constructors in com.oracle.bmc.ons.model with parameters of type NotificationTopic.LifecycleState Constructor 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.
-