Uses of Class
com.oracle.bmc.datacatalog.requests.ListJobLogsRequest.Fields
-
Packages that use ListJobLogsRequest.Fields Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListJobLogsRequest.Fields in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListJobLogsRequest.Fields Modifier and Type Method Description static ListJobLogsRequest.Fields
ListJobLogsRequest.Fields. create(String key)
static ListJobLogsRequest.Fields
ListJobLogsRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListJobLogsRequest.Fields[]
ListJobLogsRequest.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.requests that return types with arguments of type ListJobLogsRequest.Fields Modifier and Type Method Description List<ListJobLogsRequest.Fields>
ListJobLogsRequest. getFields()
Specifies the fields to return in a job log summary response.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ListJobLogsRequest.Fields Modifier and Type Method Description ListJobLogsRequest.Builder
ListJobLogsRequest.Builder. fields(ListJobLogsRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type ListJobLogsRequest.Fields Modifier and Type Method Description ListJobLogsRequest.Builder
ListJobLogsRequest.Builder. fields(List<ListJobLogsRequest.Fields> fields)
Specifies the fields to return in a job log summary response.
-