Uses of Class
com.oracle.bmc.loganalytics.requests.ListParsersRequest.IsSystem
-
Packages that use ListParsersRequest.IsSystem Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListParsersRequest.IsSystem in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListParsersRequest.IsSystem Modifier and Type Method Description static ListParsersRequest.IsSystemListParsersRequest.IsSystem. create(String key)ListParsersRequest.IsSystemListParsersRequest. getIsSystem()The system value used for filtering.static ListParsersRequest.IsSystemListParsersRequest.IsSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static ListParsersRequest.IsSystem[]ListParsersRequest.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 ListParsersRequest.IsSystem Modifier and Type Method Description ListParsersRequest.BuilderListParsersRequest.Builder. isSystem(ListParsersRequest.IsSystem isSystem)The system value used for filtering.
-