Class ImportlogCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Importlog,ImportlogRequest>
-
- microsoft.dynamics.crm.entity.collection.request.ImportlogCollectionRequest
-
- Direct Known Subclasses:
Importlogs
public class ImportlogCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Importlog,ImportlogRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description ImportlogCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncoperationCollectionRequestimportLog_AsyncOperations()AsyncoperationRequestimportLog_AsyncOperations(UUID asyncoperationid)BulkdeletefailureCollectionRequestimportLog_BulkDeleteFailures()BulkdeletefailureRequestimportLog_BulkDeleteFailures(UUID bulkdeletefailureid)-
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
-
importLog_BulkDeleteFailures
public BulkdeletefailureRequest importLog_BulkDeleteFailures(UUID bulkdeletefailureid)
-
importLog_BulkDeleteFailures
public BulkdeletefailureCollectionRequest importLog_BulkDeleteFailures()
-
importLog_AsyncOperations
public AsyncoperationRequest importLog_AsyncOperations(UUID asyncoperationid)
-
importLog_AsyncOperations
public AsyncoperationCollectionRequest importLog_AsyncOperations()
-
-