public final class Container extends Object implements com.github.davidmoten.odata.client.HasContext
| Constructor and Description |
|---|
Container(com.github.davidmoten.odata.client.Context context) |
public com.github.davidmoten.odata.client.Context _context()
_context in interface com.github.davidmoten.odata.client.HasContextpublic com.github.davidmoten.odata.client.HttpService _service()
public static com.github.davidmoten.odata.client.TestingService.BuilderBase<com.github.davidmoten.odata.client.TestingService.ContainerBuilder<Container>,Container> test()
public WorkItemRevisions workItemRevisions()
public WorkItemRevisionRequest workItemRevisions(Integer revision, Integer workItemId)
public WorkItems workItems()
public WorkItemRequest workItems(Integer workItemId)
public WorkItemSnapshot workItemSnapshot()
public WorkItemSnapshotRequest workItemSnapshot(Integer dateSK, Integer workItemId)
public WorkItemBoardSnapshot workItemBoardSnapshot()
public WorkItemBoardSnapshotRequest workItemBoardSnapshot(Integer boardLocationSK, Integer dateSK, Integer workItemId)
public WorkItemLinks workItemLinks()
public WorkItemLinkRequest workItemLinks(Integer workItemLinkSK)
public Dates dates()
public CalendarDateRequest dates(Integer dateSK)
public Projects projects()
public ProjectRequest projects(String projectSK)
public Iterations iterations()
public IterationRequest iterations(String iterationSK)
public Areas areas()
public AreaRequest areas(String areaSK)
public Tags tags()
public TagRequest tags(Integer tagSK)
public Teams teams()
public TeamRequest teams(String teamSK)
public BoardLocations boardLocations()
public BoardLocationRequest boardLocations(Integer boardLocationSK)
public Users users()
public UserRequest users(String userSK)
public WorkItemTypeFields workItemTypeFields()
public WorkItemTypeFieldRequest workItemTypeFields(String fieldName, String projectSK, String workItemType)
public Processes processes()
public ProcessRequest processes(Integer processSK)
Copyright © 2018–2020. All rights reserved.