Uses of Class
org.odpi.openmetadata.viewservices.dino.api.properties.ResourceEndpoint
-
Packages that use ResourceEndpoint 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 ResourceEndpoint in org.odpi.openmetadata.viewservices.dino.api.rest
Methods in org.odpi.openmetadata.viewservices.dino.api.rest that return types with arguments of type ResourceEndpoint Modifier and Type Method Description List<ResourceEndpoint>DinoResourceEndpointListResponse. getPlatformList()Return the platformList.List<ResourceEndpoint>DinoResourceEndpointListResponse. getServerList()Return the serverList.Method parameters in org.odpi.openmetadata.viewservices.dino.api.rest with type arguments of type ResourceEndpoint Modifier and Type Method Description voidDinoResourceEndpointListResponse. setPlatformList(List<ResourceEndpoint> platformList)Set the resourceEndpointList.voidDinoResourceEndpointListResponse. setServerList(List<ResourceEndpoint> serverList)Set the resourceEndpointList.
-