public class EntityMetadataCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<EntityMetadata,EntityMetadataRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
EntityMetadataCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath,
Optional<Object> value) |
| Modifier and Type | Method and Description |
|---|---|
AttributeMetadataCollectionRequest |
attributes() |
AttributeMetadataRequest |
attributes(String metadataId) |
EntityKeyMetadataCollectionRequest |
keys() |
EntityKeyMetadataRequest |
keys(String metadataId) |
ManyToManyRelationshipMetadataCollectionRequest |
manyToManyRelationships2() |
ManyToManyRelationshipMetadataRequest |
manyToManyRelationships2(String metadataId) |
OneToManyRelationshipMetadataCollectionRequest |
manyToOneRelationships2() |
OneToManyRelationshipMetadataRequest |
manyToOneRelationships2(String metadataId) |
OneToManyRelationshipMetadataCollectionRequest |
oneToManyRelationships2() |
OneToManyRelationshipMetadataRequest |
oneToManyRelationships2(String metadataId) |
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverrideclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AttributeMetadataCollectionRequest attributes()
public AttributeMetadataRequest attributes(String metadataId)
public ManyToManyRelationshipMetadataCollectionRequest manyToManyRelationships2()
public ManyToManyRelationshipMetadataRequest manyToManyRelationships2(String metadataId)
public OneToManyRelationshipMetadataCollectionRequest manyToOneRelationships2()
public OneToManyRelationshipMetadataRequest manyToOneRelationships2(String metadataId)
public OneToManyRelationshipMetadataCollectionRequest oneToManyRelationships2()
public OneToManyRelationshipMetadataRequest oneToManyRelationships2(String metadataId)
public EntityKeyMetadataCollectionRequest keys()
public EntityKeyMetadataRequest keys(String metadataId)
Copyright © 2018–2021. All rights reserved.