Uses of Class
org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Packages that use RegisteredOMAGService Package Description org.odpi.openmetadata.commonservices.ffdc.rest -
-
Uses of RegisteredOMAGService in org.odpi.openmetadata.commonservices.ffdc.rest
Methods in org.odpi.openmetadata.commonservices.ffdc.rest that return types with arguments of type RegisteredOMAGService Modifier and Type Method Description List<RegisteredOMAGService>RegisteredOMAGServicesResponse. getServices()Return the list of servicesMethod parameters in org.odpi.openmetadata.commonservices.ffdc.rest with type arguments of type RegisteredOMAGService Modifier and Type Method Description voidRegisteredOMAGServicesResponse. setServices(List<RegisteredOMAGService> services)Set up the list of servicesConstructors in org.odpi.openmetadata.commonservices.ffdc.rest with parameters of type RegisteredOMAGService Constructor Description RegisteredOMAGService(RegisteredOMAGService template)Copy/clone constructor
-