Uses of Class
com.oracle.bmc.osmanagementhub.model.EventType
-
Packages that use EventType Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of EventType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return EventType Modifier and Type Method Description static EventType
EventType. create(String key)
EventType
EventSummary. getType()
Type of event.static EventType
EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventType[]
EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type EventType Modifier and Type Method Description EventSummary.Builder
EventSummary.Builder. type(EventType type)
Type of event.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type EventType Constructor Description EventSummary(String id, String eventSummary, String compartmentId, EventType type, String resourceId, Date timeCreated, Date timeUpdated, Date timeOccurred, Event.LifecycleState lifecycleState, String lifecycleDetails, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of EventType in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type EventType Modifier and Type Method Description List<EventType>
ListEventsRequest. getType()
A filter to return only resources whose type matches the given value.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type EventType Modifier and Type Method Description ListEventsRequest.Builder
ListEventsRequest.Builder. type(EventType singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type EventType Modifier and Type Method Description ListEventsRequest.Builder
ListEventsRequest.Builder. type(List<EventType> type)
A filter to return only resources whose type matches the given value.
-