Uses of Class
com.oracle.bmc.datacatalog.model.UpdateCustomPropertyDetails
-
Packages that use UpdateCustomPropertyDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of UpdateCustomPropertyDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return UpdateCustomPropertyDetails Modifier and Type Method Description UpdateCustomPropertyDetailsUpdateCustomPropertyDetails.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type UpdateCustomPropertyDetails Modifier and Type Method Description UpdateCustomPropertyDetails.BuilderUpdateCustomPropertyDetails.Builder. copy(UpdateCustomPropertyDetails model) -
Uses of UpdateCustomPropertyDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdateCustomPropertyDetails Modifier and Type Method Description UpdateCustomPropertyDetailsUpdateCustomPropertyRequest. getBody$()Alternative accessor for the body parameter.UpdateCustomPropertyDetailsUpdateCustomPropertyRequest. getUpdateCustomPropertyDetails()The information to be updated in the custom property.Methods in com.oracle.bmc.datacatalog.requests with parameters of type UpdateCustomPropertyDetails Modifier and Type Method Description UpdateCustomPropertyRequest.BuilderUpdateCustomPropertyRequest.Builder. body$(UpdateCustomPropertyDetails body)Alternative setter for the body parameter.UpdateCustomPropertyRequest.BuilderUpdateCustomPropertyRequest.Builder. updateCustomPropertyDetails(UpdateCustomPropertyDetails updateCustomPropertyDetails)The information to be updated in the custom property.
-