public class LookupEntityInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupEntityInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
customFilter |
protected String |
entityLogicalName |
protected String |
fetchXml |
protected String |
layoutJson |
protected String |
odataType |
protected PagingInfo |
pagingInfo |
protected String |
relationshipName |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
viewId |
| Modifier | Constructor and Description |
|---|---|
protected |
LookupEntityInfo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String entityLogicalName
protected String viewId
protected String customFilter
protected String relationshipName
protected String fetchXml
protected String layoutJson
protected PagingInfo pagingInfo
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic LookupEntityInfo withEntityLogicalName(String entityLogicalName)
public LookupEntityInfo withViewId(String viewId)
public LookupEntityInfo withCustomFilter(String customFilter)
public LookupEntityInfo withRelationshipName(String relationshipName)
public LookupEntityInfo withFetchXml(String fetchXml)
public LookupEntityInfo withLayoutJson(String layoutJson)
public Optional<PagingInfo> getPagingInfo()
public LookupEntityInfo withPagingInfo(PagingInfo pagingInfo)
public LookupEntityInfo withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static LookupEntityInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.