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