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