Uses of Class
com.github.davidmoten.odata.client.EntityRequest
-
Packages that use EntityRequest Package Description com.github.davidmoten.odata.client -
-
Uses of EntityRequest in com.github.davidmoten.odata.client
Classes in com.github.davidmoten.odata.client with type parameters of type EntityRequest Modifier and Type Class Description classCollectionEntityRequestOptionsBuilder<T extends ODataEntityType,R extends EntityRequest<T>>classCollectionPageEntityRequest<T extends ODataEntityType,R extends EntityRequest<T>>interfaceEntityRequestFactory<T extends ODataEntityType,R extends EntityRequest<T>>Methods in com.github.davidmoten.odata.client that return types with arguments of type EntityRequest Modifier and Type Method Description <S extends T>
CollectionEntityRequestOptionsBuilder<S,EntityRequest<S>>CollectionEntityRequestOptionsBuilder. filter(Class<S> cls)<S extends T>
CollectionPageEntityRequest<S,EntityRequest<S>>CollectionPageEntityRequest. filter(Class<S> cls)Returns a request for only those members of the collection that are of the requested type.
-