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