public class QueryMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryMetadata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
componentState |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
fetchXml |
protected Boolean |
isCustomizable |
protected Boolean |
isDefault |
protected String |
layoutXml |
protected String |
modifiedOn |
protected String |
name |
protected String |
odataType |
protected String |
queryApi |
protected String |
queryId |
protected Integer |
queryType |
protected String |
returnedTypeCode |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryMetadata() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String queryId
protected String returnedTypeCode
protected Integer componentState
protected String name
protected String description
protected String fetchXml
protected String layoutXml
protected Boolean isDefault
protected String modifiedOn
protected String queryApi
protected Integer queryType
protected Boolean isCustomizable
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic QueryMetadata withQueryId(String queryId)
public QueryMetadata withReturnedTypeCode(String returnedTypeCode)
public QueryMetadata withComponentState(Integer componentState)
public QueryMetadata withName(String name)
public QueryMetadata withDescription(String description)
public QueryMetadata withFetchXml(String fetchXml)
public QueryMetadata withLayoutXml(String layoutXml)
public QueryMetadata withIsDefault(Boolean isDefault)
public QueryMetadata withModifiedOn(String modifiedOn)
public QueryMetadata withQueryApi(String queryApi)
public QueryMetadata withQueryType(Integer queryType)
public QueryMetadata withIsCustomizable(Boolean isCustomizable)
public QueryMetadata 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 QueryMetadata.Builder builder()
Copyright © 2018–2021. All rights reserved.