public class WorkItemRevisionCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkItemRevision,WorkItemRevisionRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
WorkItemRevisionCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath,
Optional<Object> value) |
| Modifier and Type | Method and Description |
|---|---|
BoardLocationCollectionRequest |
boardLocations() |
BoardLocationRequest |
boardLocations(Integer boardLocationSK) |
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 TagCollectionRequest tags()
public TagRequest tags(Integer tagSK)
Copyright © 2018–2020. All rights reserved.