public class LookupDataRequest extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupDataRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected EntityAndAttribute |
entityAndAttribute |
protected List<LookupEntityInfo> |
lookupEntityByName |
protected String |
lookupEntityByNameNextLink |
protected String |
odataType |
protected String |
queryString |
protected String |
relatedRecordId |
protected Boolean |
returnMetadata |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
LookupDataRequest() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected List<LookupEntityInfo> lookupEntityByName
protected String lookupEntityByNameNextLink
protected EntityAndAttribute entityAndAttribute
protected String appId
protected String relatedRecordId
protected String queryString
protected Boolean returnMetadata
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<LookupEntityInfo> getLookupEntityByName()
public com.github.davidmoten.odata.client.CollectionPage<LookupEntityInfo> getLookupEntityByName(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<EntityAndAttribute> getEntityAndAttribute()
public LookupDataRequest withEntityAndAttribute(EntityAndAttribute entityAndAttribute)
public LookupDataRequest withAppId(String appId)
public LookupDataRequest withRelatedRecordId(String relatedRecordId)
public LookupDataRequest withQueryString(String queryString)
public LookupDataRequest withReturnMetadata(Boolean returnMetadata)
public LookupDataRequest 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 LookupDataRequest.Builder builder()
Copyright © 2018–2020. All rights reserved.