Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.ContactMethodProperties
-
Packages that use ContactMethodProperties Package Description org.odpi.openmetadata.accessservices.devops.metadataelements org.odpi.openmetadata.accessservices.devops.properties org.odpi.openmetadata.accessservices.devops.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodElement. getProperties()Return the properties of the contact method.Methods in org.odpi.openmetadata.accessservices.devops.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.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type ContactMethodProperties Constructor Description ContactMethodProperties(ContactMethodProperties template)Copy/clone constructor -
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.devops.rest
Methods in org.odpi.openmetadata.accessservices.devops.rest that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodRequestBody. getProperties()Return the properties for this contact method.Methods in org.odpi.openmetadata.accessservices.devops.rest with parameters of type ContactMethodProperties Modifier and Type Method Description voidContactMethodRequestBody. setProperties(ContactMethodProperties properties)Set up the properties for this contact method.
-