Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ContactMethodProperties
-
Packages that use ContactMethodProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodElement. getProperties()Return the properties of the contact method.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ContactMethodProperties Modifier and Type Method Description voidContactMethodElement. setProperties(ContactMethodProperties properties)Set up the contract method properties. -
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ContactMethodProperties Constructor Description ContactMethodProperties(ContactMethodProperties template)Copy/clone constructor
-