Class PlaceCollectionRequest

  • All Implemented Interfaces:
    Iterable<Place>
    Direct Known Subclasses:
    Places

    public class PlaceCollectionRequest
    extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Place,​PlaceRequest>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.github.davidmoten.odata.client.ContextPath contextPath  
    • Method Summary

      • Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest

        connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
    • Constructor Detail

      • PlaceCollectionRequest

        public PlaceCollectionRequest​(com.github.davidmoten.odata.client.ContextPath contextPath,
                                      Optional<Object> value)