public class MetadataQuery extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataQuery.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
changedAfter |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected DependencyDepth |
dependencyDepth |
protected String |
entityLogicalName |
protected List<String> |
exclude |
protected String |
excludeNextLink |
protected Boolean |
getDefault |
protected String |
metadataId |
protected String |
metadataName |
protected List<String> |
metadataNames |
protected String |
metadataNamesNextLink |
protected String |
metadataSubtype |
protected String |
metadataType |
protected String |
odataType |
protected String |
systemMetadataDelta |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
userMetadataDelta |
| Modifier | Constructor and Description |
|---|---|
protected |
MetadataQuery() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String metadataType
protected String metadataSubtype
protected String entityLogicalName
protected String metadataId
protected String metadataName
protected String metadataNamesNextLink
protected Boolean getDefault
protected DependencyDepth dependencyDepth
protected String changedAfter
protected String excludeNextLink
protected String appId
protected String userMetadataDelta
protected String systemMetadataDelta
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MetadataQuery withMetadataType(String metadataType)
public MetadataQuery withMetadataSubtype(String metadataSubtype)
public MetadataQuery withEntityLogicalName(String entityLogicalName)
public MetadataQuery withMetadataId(String metadataId)
public MetadataQuery withMetadataName(String metadataName)
public com.github.davidmoten.odata.client.CollectionPage<String> getMetadataNames()
public com.github.davidmoten.odata.client.CollectionPage<String> getMetadataNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
public MetadataQuery withGetDefault(Boolean getDefault)
public Optional<DependencyDepth> getDependencyDepth()
public MetadataQuery withDependencyDepth(DependencyDepth dependencyDepth)
public MetadataQuery withChangedAfter(String changedAfter)
public com.github.davidmoten.odata.client.CollectionPage<String> getExclude()
public com.github.davidmoten.odata.client.CollectionPage<String> getExclude(com.github.davidmoten.odata.client.HttpRequestOptions options)
public MetadataQuery withAppId(String appId)
public MetadataQuery withUserMetadataDelta(String userMetadataDelta)
public MetadataQuery withSystemMetadataDelta(String systemMetadataDelta)
public MetadataQuery 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 MetadataQuery.Builder builder()
Copyright © 2018–2020. All rights reserved.