Uses of Class
org.odpi.openmetadata.viewservices.dino.api.properties.DinoServerInstance
-
Packages that use DinoServerInstance Package Description org.odpi.openmetadata.viewservices.dino.api.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of DinoServerInstance in org.odpi.openmetadata.viewservices.dino.api.rest
Methods in org.odpi.openmetadata.viewservices.dino.api.rest that return types with arguments of type DinoServerInstance Modifier and Type Method Description List<DinoServerInstance>DinoServerListResponse. getServerList()Return the serverList.Method parameters in org.odpi.openmetadata.viewservices.dino.api.rest with type arguments of type DinoServerInstance Modifier and Type Method Description voidDinoServerListResponse. setServerList(List<DinoServerInstance> serverList)Set the serverList.
-