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