public class SelectItemImpl extends Object implements SelectItem
| Constructor and Description |
|---|
SelectItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllOperationsInSchema(FullQualifiedName addOperationsInSchemaNameSpace) |
FullQualifiedName |
getAllOperationsInSchemaNameSpace() |
UriInfoResource |
getResourcePath() |
EdmType |
getStartTypeFilter() |
boolean |
isAllOperationsInSchema() |
boolean |
isStar() |
SelectItemImpl |
setResourcePath(UriInfoResource path) |
SelectItemImpl |
setStar(boolean isStar) |
SelectItemImpl |
setTypeFilter(EdmType startTypeFilter) |
public UriInfoResource getResourcePath()
getResourcePath in interface SelectItemUriInfoResource object containing the resource path segments to be selectedpublic SelectItemImpl setResourcePath(UriInfoResource path)
public boolean isStar()
isStar in interface SelectItempublic SelectItemImpl setStar(boolean isStar)
public boolean isAllOperationsInSchema()
isAllOperationsInSchema in interface SelectItempublic FullQualifiedName getAllOperationsInSchemaNameSpace()
getAllOperationsInSchemaNameSpace in interface SelectItempublic void addAllOperationsInSchema(FullQualifiedName addOperationsInSchemaNameSpace)
public EdmType getStartTypeFilter()
getStartTypeFilter in interface SelectItempublic SelectItemImpl setTypeFilter(EdmType startTypeFilter)
Copyright © 2023. All rights reserved.