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