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