Uses of Class
com.oracle.bmc.datacatalog.model.UpdateTermRelationshipDetails
-
Packages that use UpdateTermRelationshipDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of UpdateTermRelationshipDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return UpdateTermRelationshipDetails Modifier and Type Method Description UpdateTermRelationshipDetailsUpdateTermRelationshipDetails.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type UpdateTermRelationshipDetails Modifier and Type Method Description UpdateTermRelationshipDetails.BuilderUpdateTermRelationshipDetails.Builder. copy(UpdateTermRelationshipDetails model) -
Uses of UpdateTermRelationshipDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdateTermRelationshipDetails Modifier and Type Method Description UpdateTermRelationshipDetailsUpdateTermRelationshipRequest. getBody$()Alternative accessor for the body parameter.UpdateTermRelationshipDetailsUpdateTermRelationshipRequest. getUpdateTermRelationshipDetails()The information to be updated in the term relationship.Methods in com.oracle.bmc.datacatalog.requests with parameters of type UpdateTermRelationshipDetails Modifier and Type Method Description UpdateTermRelationshipRequest.BuilderUpdateTermRelationshipRequest.Builder. body$(UpdateTermRelationshipDetails body)Alternative setter for the body parameter.UpdateTermRelationshipRequest.BuilderUpdateTermRelationshipRequest.Builder. updateTermRelationshipDetails(UpdateTermRelationshipDetails updateTermRelationshipDetails)The information to be updated in the term relationship.
-