Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ContactMethodProperties
-
Packages that use ContactMethodProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.securitymanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodElement. getProperties()Return the properties of the contact method.Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ContactMethodProperties Constructor Description ContactMethodProperties(ContactMethodProperties template)Copy/clone constructor
-