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