public class ItemLookupRequest extends CrudRequest
CrudRequest.DataRequestBuilder<T extends CrudRequest.DataRequestBuilder,R extends CrudRequest>AbstractRequest.AbstractRequestBuilder<T extends AbstractRequest.AbstractRequestBuilder,R extends AbstractRequest>| Modifier | Constructor and Description |
|---|---|
protected |
ItemLookupRequest() |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getAttribute() |
java.util.List<java.util.ArrayList<NavigationPropertySegment>> |
getExpand() |
WhereClauseCondition |
getFilter() |
java.util.List<NavigationSegment> |
getNavigationSegments() |
java.lang.Integer |
getSkip() |
java.lang.Integer |
getTop() |
boolean |
isCount()
Determines whether total number of items matching this request should be included in the response or not.
|
boolean |
isCountOnly()
Determines whether the response should include number of matching items only.
|
boolean |
isNoFilterResult() |
void |
setNavigationSegments(java.util.List<NavigationSegment> navigationSegments) |
getContentType, getIntegrationKey, getODataEntry, getRequestUri, getServiceRoot, setContentType, setIntegrationKey, setODataEntry, setRequestUri, setServiceRootgetAcceptLocale, getEntitySet, getEntitySetReferencedByProperty, getEntityType, getIntegrationObjectCode, getPropertyTypeName, setAcceptLocale, setEntitySet, setEntityType, setIntegrationObjectCodepublic java.lang.Integer getSkip()
public java.lang.Integer getTop()
public void setNavigationSegments(java.util.List<NavigationSegment> navigationSegments)
public java.util.List<NavigationSegment> getNavigationSegments()
public WhereClauseCondition getFilter()
public <any> getAttribute()
public boolean isNoFilterResult()
public boolean isCount()
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.public boolean isCountOnly()
true, if the response should contain only count of the matching items but no matching items themselves;
false, if the items must be included.public java.util.List<java.util.ArrayList<NavigationPropertySegment>> getExpand()
Copyright © 2018 SAP SE. All Rights Reserved.