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