Class ExpiredprocessCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Expiredprocess,ExpiredprocessRequest>
-
- microsoft.dynamics.crm.entity.collection.request.ExpiredprocessCollectionRequest
-
- All Implemented Interfaces:
Iterable<Expiredprocess>
- Direct Known Subclasses:
Expiredprocesses
public class ExpiredprocessCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Expiredprocess,ExpiredprocessRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description ExpiredprocessCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcesssessionCollectionRequestexpiredProcess_ProcessSessions()ProcesssessionRequestexpiredProcess_ProcessSessions(String processsessionid)SyncerrorCollectionRequestexpiredProcess_SyncErrors()SyncerrorRequestexpiredProcess_SyncErrors(String syncerrorid)WorkflowlogCollectionRequestworkflowlogs_expiredprocess()WorkflowlogRequestworkflowlogs_expiredprocess(String workflowlogid)-
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
-
expiredProcess_SyncErrors
public SyncerrorRequest expiredProcess_SyncErrors(String syncerrorid)
-
expiredProcess_SyncErrors
public SyncerrorCollectionRequest expiredProcess_SyncErrors()
-
expiredProcess_ProcessSessions
public ProcesssessionRequest expiredProcess_ProcessSessions(String processsessionid)
-
expiredProcess_ProcessSessions
public ProcesssessionCollectionRequest expiredProcess_ProcessSessions()
-
workflowlogs_expiredprocess
public WorkflowlogRequest workflowlogs_expiredprocess(String workflowlogid)
-
workflowlogs_expiredprocess
public WorkflowlogCollectionRequest workflowlogs_expiredprocess()
-
-