public class LookupView extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupView.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<ViewColumn> |
columns |
protected String |
columnsNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
fetchXml |
protected String |
layoutJson |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
viewId |
protected String |
viewName |
| Modifier | Constructor and Description |
|---|---|
protected |
LookupView() |
| Modifier and Type | Method and Description |
|---|---|
static LookupView.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<ViewColumn> |
getColumns() |
com.github.davidmoten.odata.client.CollectionPage<ViewColumn> |
getColumns(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getFetchXml() |
Optional<String> |
getLayoutJson() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getViewId() |
Optional<String> |
getViewName() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
LookupView |
withFetchXml(String fetchXml) |
LookupView |
withLayoutJson(String layoutJson) |
LookupView |
withUnmappedField(String name,
String value) |
LookupView |
withViewId(String viewId) |
LookupView |
withViewName(String viewName) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String viewId
protected String viewName
protected List<ViewColumn> columns
protected String columnsNextLink
protected String fetchXml
protected String layoutJson
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic LookupView withViewId(String viewId)
public LookupView withViewName(String viewName)
public com.github.davidmoten.odata.client.CollectionPage<ViewColumn> getColumns()
public com.github.davidmoten.odata.client.CollectionPage<ViewColumn> getColumns(com.github.davidmoten.odata.client.HttpRequestOptions options)
public LookupView withFetchXml(String fetchXml)
public LookupView withLayoutJson(String layoutJson)
public LookupView 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 LookupView.Builder builder()
Copyright © 2018–2021. All rights reserved.