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