Uses of Class
com.oracle.bmc.datacatalog.model.TypeCustomPropertyDetails
-
Packages that use TypeCustomPropertyDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of TypeCustomPropertyDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TypeCustomPropertyDetails Modifier and Type Method Description TypeCustomPropertyDetailsTypeCustomPropertyDetails.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type TypeCustomPropertyDetails Modifier and Type Method Description TypeCustomPropertyDetails.BuilderTypeCustomPropertyDetails.Builder. copy(TypeCustomPropertyDetails model) -
Uses of TypeCustomPropertyDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return TypeCustomPropertyDetails Modifier and Type Method Description TypeCustomPropertyDetailsAssociateCustomPropertyRequest. getAssociateCustomPropertyDetails()The information used to associate the custom property for the type.TypeCustomPropertyDetailsAssociateCustomPropertyRequest. getBody$()Alternative accessor for the body parameter.TypeCustomPropertyDetailsDisassociateCustomPropertyRequest. getBody$()Alternative accessor for the body parameter.TypeCustomPropertyDetailsDisassociateCustomPropertyRequest. getDisassociateCustomPropertyDetails()The information used to remove the custom properties.Methods in com.oracle.bmc.datacatalog.requests with parameters of type TypeCustomPropertyDetails Modifier and Type Method Description AssociateCustomPropertyRequest.BuilderAssociateCustomPropertyRequest.Builder. associateCustomPropertyDetails(TypeCustomPropertyDetails associateCustomPropertyDetails)The information used to associate the custom property for the type.AssociateCustomPropertyRequest.BuilderAssociateCustomPropertyRequest.Builder. body$(TypeCustomPropertyDetails body)Alternative setter for the body parameter.DisassociateCustomPropertyRequest.BuilderDisassociateCustomPropertyRequest.Builder. body$(TypeCustomPropertyDetails body)Alternative setter for the body parameter.DisassociateCustomPropertyRequest.BuilderDisassociateCustomPropertyRequest.Builder. disassociateCustomPropertyDetails(TypeCustomPropertyDetails disassociateCustomPropertyDetails)The information used to remove the custom properties.
-