Uses of Interface
org.opendaylight.neutron.northbound.api.INeutronRequest
-
Packages that use INeutronRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of INeutronRequest in org.opendaylight.neutron.northbound.api
Classes in org.opendaylight.neutron.northbound.api with type parameters of type INeutronRequest Modifier and Type Class Description class
AbstractNeutronNorthbound<T extends INeutronObject<T>,R extends INeutronRequest<T>,I extends INeutronCRUD<T>>
Methods in org.opendaylight.neutron.northbound.api that return INeutronRequest Modifier and Type Method Description static <T extends INeutronObject<T>>
INeutronRequest<T>PaginatedRequestFactory. createRequest(Integer limit, String marker, Boolean pageReverse, javax.ws.rs.core.UriInfo uriInfo, List<T> collection, Class<T> clazz)
-