Class EntityMetadataCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<EntityMetadata,EntityMetadataRequest>
-
- microsoft.dynamics.crm.entity.collection.request.EntityMetadataCollectionRequest
-
- All Implemented Interfaces:
Iterable<EntityMetadata>
- Direct Known Subclasses:
EntityDefinitions
public class EntityMetadataCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<EntityMetadata,EntityMetadataRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description EntityMetadataCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMetadataCollectionRequestattributes()AttributeMetadataRequestattributes(UUID metadataId)EntityKeyMetadataCollectionRequestkeys()EntityKeyMetadataRequestkeys(UUID metadataId)ManyToManyRelationshipMetadataCollectionRequestmanyToManyRelationships2()ManyToManyRelationshipMetadataRequestmanyToManyRelationships2(UUID metadataId)OneToManyRelationshipMetadataCollectionRequestmanyToOneRelationships2()OneToManyRelationshipMetadataRequestmanyToOneRelationships2(UUID metadataId)OneToManyRelationshipMetadataCollectionRequestoneToManyRelationships2()OneToManyRelationshipMetadataRequestoneToManyRelationships2(UUID metadataId)-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, patch, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
attributes
public AttributeMetadataRequest attributes(UUID metadataId)
-
attributes
public AttributeMetadataCollectionRequest attributes()
-
manyToManyRelationships2
public ManyToManyRelationshipMetadataRequest manyToManyRelationships2(UUID metadataId)
-
manyToManyRelationships2
public ManyToManyRelationshipMetadataCollectionRequest manyToManyRelationships2()
-
manyToOneRelationships2
public OneToManyRelationshipMetadataRequest manyToOneRelationships2(UUID metadataId)
-
manyToOneRelationships2
public OneToManyRelationshipMetadataCollectionRequest manyToOneRelationships2()
-
oneToManyRelationships2
public OneToManyRelationshipMetadataRequest oneToManyRelationships2(UUID metadataId)
-
oneToManyRelationships2
public OneToManyRelationshipMetadataCollectionRequest oneToManyRelationships2()
-
keys
public EntityKeyMetadataRequest keys(UUID metadataId)
-
keys
public EntityKeyMetadataCollectionRequest keys()
-
-