Class ItemLookupRequest

    • Constructor Detail

      • ItemLookupRequest

        protected ItemLookupRequest()
    • Method Detail

      • getSkip

        public java.lang.Integer getSkip()
      • getTop

        public java.lang.Integer getTop()
      • setNavigationSegments

        public void setNavigationSegments​(java.util.List<org.apache.olingo.odata2.api.uri.NavigationSegment> navigationSegments)
      • getNavigationSegments

        public java.util.List<org.apache.olingo.odata2.api.uri.NavigationSegment> getNavigationSegments()
      • getAttribute

        public org.apache.commons.lang3.tuple.Pair<java.lang.String,​java.lang.String> getAttribute()
      • isNoFilterResult

        public boolean isNoFilterResult()
      • isCount

        public boolean isCount()
        Determines whether total number of items matching this request should be included in the response or not.
        Returns:
        true, if the response must include the total number of matching items; false, if the response needs to contain item(s) only and does not need total count.
      • isCountOnly

        public boolean isCountOnly()
        Determines whether the response should include number of matching items only.
        Returns:
        true, if the response should contain only count of the matching items but no matching items themselves; false, if the items must be included.
      • getExpand

        public java.util.List<java.util.ArrayList<org.apache.olingo.odata2.api.uri.NavigationPropertySegment>> getExpand()