Uses of Class
org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
-
Packages that use ResourceEndpoint Package Description org.odpi.openmetadata.viewservices.serverauthor.api.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ResourceEndpoint in org.odpi.openmetadata.viewservices.serverauthor.api.rest
Methods in org.odpi.openmetadata.viewservices.serverauthor.api.rest that return types with arguments of type ResourceEndpoint Modifier and Type Method Description List<ResourceEndpoint>ServerAuthorResourceEndpointListResponse. getPlatformList()Return the platformList.Method parameters in org.odpi.openmetadata.viewservices.serverauthor.api.rest with type arguments of type ResourceEndpoint Modifier and Type Method Description voidServerAuthorResourceEndpointListResponse. setPlatformList(List<ResourceEndpoint> platformList)Set the resourceEndpointList.
-