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 Type
Type.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type Type Modifier and Type Method Description Type.Builder
Type.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 Type
AssociateCustomPropertyResponse. getType()
The returned Type instance.Type
DisassociateCustomPropertyResponse. getType()
The returned Type instance.Type
GetTypeResponse. getType()
The returned Type instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type Type Modifier and Type Method Description AssociateCustomPropertyResponse.Builder
AssociateCustomPropertyResponse.Builder. type(Type type)
The returned Type instance.DisassociateCustomPropertyResponse.Builder
DisassociateCustomPropertyResponse.Builder. type(Type type)
The returned Type instance.GetTypeResponse.Builder
GetTypeResponse.Builder. type(Type type)
The returned Type instance.
-