Uses of Class
com.oracle.bmc.datacatalog.requests.ListJobsRequest.Fields
-
Packages that use ListJobsRequest.Fields Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListJobsRequest.Fields in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListJobsRequest.Fields Modifier and Type Method Description static ListJobsRequest.FieldsListJobsRequest.Fields. create(String key)static ListJobsRequest.FieldsListJobsRequest.Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static ListJobsRequest.Fields[]ListJobsRequest.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 ListJobsRequest.Fields Modifier and Type Method Description List<ListJobsRequest.Fields>ListJobsRequest. getFields()Specifies the fields to return in a job summary response.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ListJobsRequest.Fields Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. fields(ListJobsRequest.Fields singularValue)Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type ListJobsRequest.Fields Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. fields(List<ListJobsRequest.Fields> fields)Specifies the fields to return in a job summary response.
-