Uses of Class
com.oracle.bmc.datacatalog.model.Type
-
Packages that use Type Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of Type in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return Type Modifier and Type Method Description TypeType.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type Type Modifier and Type Method Description Type.BuilderType.Builder. copy(Type model) -
Uses of Type in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return Type Modifier and Type Method Description TypeAssociateCustomPropertyResponse. getType()The returned Type instance.TypeDisassociateCustomPropertyResponse. getType()The returned Type instance.TypeGetTypeResponse. getType()The returned Type instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type Type Modifier and Type Method Description AssociateCustomPropertyResponse.BuilderAssociateCustomPropertyResponse.Builder. type(Type type)The returned Type instance.DisassociateCustomPropertyResponse.BuilderDisassociateCustomPropertyResponse.Builder. type(Type type)The returned Type instance.GetTypeResponse.BuilderGetTypeResponse.Builder. type(Type type)The returned Type instance.
-