Class CustomeraddressCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Customeraddress,CustomeraddressRequest>
-
- microsoft.dynamics.crm.entity.collection.request.CustomeraddressCollectionRequest
-
- All Implemented Interfaces:
Iterable<Customeraddress>
- Direct Known Subclasses:
Customeraddresses
public class CustomeraddressCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Customeraddress,CustomeraddressRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description CustomeraddressCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncoperationCollectionRequestcustomerAddress_AsyncOperations()AsyncoperationRequestcustomerAddress_AsyncOperations(UUID asyncoperationid)BulkdeletefailureCollectionRequestcustomerAddress_BulkDeleteFailures()BulkdeletefailureRequestcustomerAddress_BulkDeleteFailures(UUID bulkdeletefailureid)PrincipalobjectattributeaccessCollectionRequestcustomeraddress_principalobjectattributeaccess()PrincipalobjectattributeaccessRequestcustomeraddress_principalobjectattributeaccess(UUID principalobjectattributeaccessid)ProcesssessionCollectionRequestcustomerAddress_ProcessSessions()ProcesssessionRequestcustomerAddress_ProcessSessions(UUID processsessionid)SyncerrorCollectionRequestcustomerAddress_SyncErrors()SyncerrorRequestcustomerAddress_SyncErrors(UUID syncerrorid)-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
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, 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
-
customerAddress_BulkDeleteFailures
public BulkdeletefailureRequest customerAddress_BulkDeleteFailures(UUID bulkdeletefailureid)
-
customerAddress_BulkDeleteFailures
public BulkdeletefailureCollectionRequest customerAddress_BulkDeleteFailures()
-
customerAddress_ProcessSessions
public ProcesssessionRequest customerAddress_ProcessSessions(UUID processsessionid)
-
customerAddress_ProcessSessions
public ProcesssessionCollectionRequest customerAddress_ProcessSessions()
-
customerAddress_SyncErrors
public SyncerrorRequest customerAddress_SyncErrors(UUID syncerrorid)
-
customerAddress_SyncErrors
public SyncerrorCollectionRequest customerAddress_SyncErrors()
-
customeraddress_principalobjectattributeaccess
public PrincipalobjectattributeaccessRequest customeraddress_principalobjectattributeaccess(UUID principalobjectattributeaccessid)
-
customeraddress_principalobjectattributeaccess
public PrincipalobjectattributeaccessCollectionRequest customeraddress_principalobjectattributeaccess()
-
customerAddress_AsyncOperations
public AsyncoperationRequest customerAddress_AsyncOperations(UUID asyncoperationid)
-
customerAddress_AsyncOperations
public AsyncoperationCollectionRequest customerAddress_AsyncOperations()
-
-