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