Uses of Class
com.oracle.bmc.datacatalog.model.TermRelationship
-
Packages that use TermRelationship Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of TermRelationship in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TermRelationship Modifier and Type Method Description TermRelationshipTermRelationship.Builder. build()Methods in com.oracle.bmc.datacatalog.model with parameters of type TermRelationship Modifier and Type Method Description TermRelationship.BuilderTermRelationship.Builder. copy(TermRelationship model) -
Uses of TermRelationship in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return TermRelationship Modifier and Type Method Description TermRelationshipCreateTermRelationshipResponse. getTermRelationship()The returned TermRelationship instance.TermRelationshipGetTermRelationshipResponse. getTermRelationship()The returned TermRelationship instance.TermRelationshipUpdateTermRelationshipResponse. getTermRelationship()The returned TermRelationship instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type TermRelationship Modifier and Type Method Description CreateTermRelationshipResponse.BuilderCreateTermRelationshipResponse.Builder. termRelationship(TermRelationship termRelationship)The returned TermRelationship instance.GetTermRelationshipResponse.BuilderGetTermRelationshipResponse.Builder. termRelationship(TermRelationship termRelationship)The returned TermRelationship instance.UpdateTermRelationshipResponse.BuilderUpdateTermRelationshipResponse.Builder. termRelationship(TermRelationship termRelationship)The returned TermRelationship instance.
-