Uses of Class
com.oracle.bmc.loganalytics.requests.ListLookupsRequest.IsSystem
-
Packages that use ListLookupsRequest.IsSystem Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListLookupsRequest.IsSystem in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLookupsRequest.IsSystem Modifier and Type Method Description static ListLookupsRequest.IsSystem
ListLookupsRequest.IsSystem. create(String key)
ListLookupsRequest.IsSystem
ListLookupsRequest. getIsSystem()
The system value used for filtering.static ListLookupsRequest.IsSystem
ListLookupsRequest.IsSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLookupsRequest.IsSystem[]
ListLookupsRequest.IsSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListLookupsRequest.IsSystem Modifier and Type Method Description ListLookupsRequest.Builder
ListLookupsRequest.Builder. isSystem(ListLookupsRequest.IsSystem isSystem)
The system value used for filtering.
-