public class WorkItemCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkItem,WorkItemRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
WorkItemCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath,
Optional<Object> value) |
| Modifier and Type | Method and Description |
|---|---|
BoardLocationCollectionRequest |
boardLocations() |
BoardLocationRequest |
boardLocations(Integer boardLocationSK) |
WorkItemCollectionRequest |
children() |
WorkItemRequest |
children(Integer workItemId) |
WorkItemCollectionRequest |
descendants() |
WorkItemRequest |
descendants(Integer workItemId) |
WorkItemLinkCollectionRequest |
links() |
WorkItemLinkRequest |
links(Integer workItemLinkSK) |
ProcessCollectionRequest |
processes() |
ProcessRequest |
processes(Integer processSK) |
WorkItemRevisionCollectionRequest |
revisions() |
WorkItemRevisionRequest |
revisions(Integer revision,
Integer workItemId) |
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 BoardLocationCollectionRequest boardLocations()
public BoardLocationRequest boardLocations(Integer boardLocationSK)
public TeamCollectionRequest teams()
public TeamRequest teams(String teamSK)
public WorkItemRevisionCollectionRequest revisions()
public WorkItemRevisionRequest revisions(Integer revision, Integer workItemId)
public WorkItemLinkCollectionRequest links()
public WorkItemLinkRequest links(Integer workItemLinkSK)
public WorkItemCollectionRequest children()
public WorkItemRequest children(Integer workItemId)
public ProcessCollectionRequest processes()
public ProcessRequest processes(Integer processSK)
public WorkItemCollectionRequest descendants()
public WorkItemRequest descendants(Integer workItemId)
public TagCollectionRequest tags()
public TagRequest tags(Integer tagSK)
Copyright © 2018–2020. All rights reserved.