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