Uses of Class
com.oracle.bmc.datacatalog.requests.ListCustomPropertiesRequest.TypeName
-
Packages that use ListCustomPropertiesRequest.TypeName Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListCustomPropertiesRequest.TypeName in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListCustomPropertiesRequest.TypeName Modifier and Type Method Description static ListCustomPropertiesRequest.TypeNameListCustomPropertiesRequest.TypeName. create(String key)static ListCustomPropertiesRequest.TypeNameListCustomPropertiesRequest.TypeName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListCustomPropertiesRequest.TypeName[]ListCustomPropertiesRequest.TypeName. 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 ListCustomPropertiesRequest.TypeName Modifier and Type Method Description List<ListCustomPropertiesRequest.TypeName>ListCustomPropertiesRequest. getTypeName()A filter to return only resources that match the entire type name given.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ListCustomPropertiesRequest.TypeName Modifier and Type Method Description ListCustomPropertiesRequest.BuilderListCustomPropertiesRequest.Builder. typeName(ListCustomPropertiesRequest.TypeName singularValue)Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type ListCustomPropertiesRequest.TypeName Modifier and Type Method Description ListCustomPropertiesRequest.BuilderListCustomPropertiesRequest.Builder. typeName(List<ListCustomPropertiesRequest.TypeName> typeName)A filter to return only resources that match the entire type name given.
-