public class WorkItemSnapshotCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkItemSnapshot,WorkItemSnapshotRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
WorkItemSnapshotCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath,
Optional<Object> value) |
| Modifier and Type | Method and Description |
|---|---|
ProcessCollectionRequest |
processes() |
ProcessRequest |
processes(Integer processSK) |
TagCollectionRequest |
tags() |
TagRequest |
tags(Integer tagSK) |
TeamCollectionRequest |
teams() |
TeamRequest |
teams(String teamSK) |
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 TeamCollectionRequest teams()
public TeamRequest teams(String teamSK)
public ProcessCollectionRequest processes()
public ProcessRequest processes(Integer processSK)
public TagCollectionRequest tags()
public TagRequest tags(Integer tagSK)
Copyright © 2018–2021. All rights reserved.