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