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