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