Uses of Class
org.odpi.openmetadata.accessservices.devops.properties.EndpointProperties
-
Packages that use EndpointProperties 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 EndpointProperties in org.odpi.openmetadata.accessservices.devops.metadataelements
Methods in org.odpi.openmetadata.accessservices.devops.metadataelements that return EndpointProperties Modifier and Type Method Description EndpointPropertiesEndpointElement. getEndpointProperties()Return the properties for the endpoint.EndpointPropertiesOperatingPlatformElement. getEndpointProperties()Return the properties for the endpoint.Methods in org.odpi.openmetadata.accessservices.devops.metadataelements with parameters of type EndpointProperties Modifier and Type Method Description voidEndpointElement. setEndpointProperties(EndpointProperties endpointProperties)Set up the properties for the endpoint.voidOperatingPlatformElement. setEndpointProperties(EndpointProperties endpointProperties)Set up the properties for the endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.devops.properties
Constructors in org.odpi.openmetadata.accessservices.devops.properties with parameters of type EndpointProperties Constructor Description EndpointProperties(EndpointProperties template)Copy/clone constructor for an Endpoint. -
Uses of EndpointProperties in org.odpi.openmetadata.accessservices.devops.rest
Subclasses of EndpointProperties in org.odpi.openmetadata.accessservices.devops.rest Modifier and Type Class Description classEndpointRequestBodyEndpointRequestBody carries the parameters for describing an endpoint.Constructors in org.odpi.openmetadata.accessservices.devops.rest with parameters of type EndpointProperties Constructor Description EndpointRequestBody(EndpointProperties template)Copy/clone constructor
-