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