public class ExpandItemImpl extends Object implements ExpandItem
| Constructor and Description |
|---|
ExpandItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
ApplyOption |
getApplyOption() |
CountOption |
getCountOption() |
ExpandOption |
getExpandOption() |
FilterOption |
getFilterOption() |
LevelsExpandOption |
getLevelsOption() |
OrderByOption |
getOrderByOption() |
UriInfoResource |
getResourcePath() |
SearchOption |
getSearchOption() |
SelectOption |
getSelectOption() |
SkipOption |
getSkipOption() |
EdmType |
getStartTypeFilter() |
TopOption |
getTopOption() |
boolean |
hasCountPath() |
boolean |
isRef() |
boolean |
isStar() |
void |
setCountPath(boolean value) |
ExpandItemImpl |
setIsRef(boolean isRef) |
ExpandItemImpl |
setIsStar(boolean isStar) |
ExpandItemImpl |
setResourcePath(UriInfoResource resourceInfo) |
ExpandItemImpl |
setSystemQueryOption(SystemQueryOption sysItem) |
ExpandItemImpl |
setSystemQueryOptions(List<SystemQueryOption> list) |
ExpandItemImpl |
setTypeFilter(EdmType startTypeFilter) |
public ExpandItemImpl setSystemQueryOption(SystemQueryOption sysItem)
public ExpandItemImpl setSystemQueryOptions(List<SystemQueryOption> list)
public LevelsExpandOption getLevelsOption()
getLevelsOption in interface ExpandItempublic FilterOption getFilterOption()
getFilterOption in interface ExpandItempublic SearchOption getSearchOption()
getSearchOption in interface ExpandItempublic OrderByOption getOrderByOption()
getOrderByOption in interface ExpandItempublic SkipOption getSkipOption()
getSkipOption in interface ExpandItempublic TopOption getTopOption()
getTopOption in interface ExpandItempublic CountOption getCountOption()
getCountOption in interface ExpandItempublic SelectOption getSelectOption()
getSelectOption in interface ExpandItempublic ExpandOption getExpandOption()
getExpandOption in interface ExpandItempublic ApplyOption getApplyOption()
getApplyOption in interface ExpandItempublic ExpandItemImpl setResourcePath(UriInfoResource resourceInfo)
public UriInfoResource getResourcePath()
getResourcePath in interface ExpandItemUriInfoResource object containing the resource path segments to be expandedpublic boolean isStar()
isStar in interface ExpandItempublic ExpandItemImpl setIsStar(boolean isStar)
public boolean isRef()
isRef in interface ExpandItempublic ExpandItemImpl setIsRef(boolean isRef)
public EdmType getStartTypeFilter()
getStartTypeFilter in interface ExpandItempublic ExpandItemImpl setTypeFilter(EdmType startTypeFilter)
public boolean hasCountPath()
hasCountPath in interface ExpandItempublic void setCountPath(boolean value)
Copyright © 2023. All rights reserved.