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