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