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 TypeCustomPropertyDetails
TypeCustomPropertyDetails.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type TypeCustomPropertyDetails Modifier and Type Method Description TypeCustomPropertyDetails.Builder
TypeCustomPropertyDetails.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 TypeCustomPropertyDetails
AssociateCustomPropertyRequest. getAssociateCustomPropertyDetails()
The information used to associate the custom property for the type.TypeCustomPropertyDetails
AssociateCustomPropertyRequest. getBody$()
Alternative accessor for the body parameter.TypeCustomPropertyDetails
DisassociateCustomPropertyRequest. getBody$()
Alternative accessor for the body parameter.TypeCustomPropertyDetails
DisassociateCustomPropertyRequest. 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.Builder
AssociateCustomPropertyRequest.Builder. associateCustomPropertyDetails(TypeCustomPropertyDetails associateCustomPropertyDetails)
The information used to associate the custom property for the type.AssociateCustomPropertyRequest.Builder
AssociateCustomPropertyRequest.Builder. body$(TypeCustomPropertyDetails body)
Alternative setter for the body parameter.DisassociateCustomPropertyRequest.Builder
DisassociateCustomPropertyRequest.Builder. body$(TypeCustomPropertyDetails body)
Alternative setter for the body parameter.DisassociateCustomPropertyRequest.Builder
DisassociateCustomPropertyRequest.Builder. disassociateCustomPropertyDetails(TypeCustomPropertyDetails disassociateCustomPropertyDetails)
The information used to remove the custom properties.
-