Uses of Class
com.oracle.bmc.dns.model.ViewSummary.LifecycleState
-
Packages that use ViewSummary.LifecycleState Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of ViewSummary.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ViewSummary.LifecycleState Modifier and Type Method Description static ViewSummary.LifecycleState
ViewSummary.LifecycleState. create(String key)
ViewSummary.LifecycleState
ViewSummary. getLifecycleState()
The current state of the resource.static ViewSummary.LifecycleState
ViewSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewSummary.LifecycleState[]
ViewSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type ViewSummary.LifecycleState Modifier and Type Method Description ViewSummary.Builder
ViewSummary.Builder. lifecycleState(ViewSummary.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type ViewSummary.LifecycleState Constructor Description ViewSummary(String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String id, String self, Date timeCreated, Date timeUpdated, ViewSummary.LifecycleState lifecycleState, Boolean isProtected)
Deprecated. -
Uses of ViewSummary.LifecycleState in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ViewSummary.LifecycleState Modifier and Type Method Description ViewSummary.LifecycleState
ListViewsRequest. getLifecycleState()
The state of a resource.Methods in com.oracle.bmc.dns.requests with parameters of type ViewSummary.LifecycleState Modifier and Type Method Description ListViewsRequest.Builder
ListViewsRequest.Builder. lifecycleState(ViewSummary.LifecycleState lifecycleState)
The state of a resource.
-