| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity |
| Modifier and Type | Method and Description |
|---|---|
WorkItemLink |
WorkItemLink.Builder.build() |
WorkItemLink |
WorkItemLink.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WorkItemLink |
WorkItemLink.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WorkItemLink |
WorkItemLink.withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
WorkItemLink |
WorkItemLink.withComment(String comment) |
WorkItemLink |
WorkItemLink.withCreatedDate(OffsetDateTime createdDate) |
WorkItemLink |
WorkItemLink.withDeletedDate(OffsetDateTime deletedDate) |
WorkItemLink |
WorkItemLink.withLinkTypeId(Integer linkTypeId) |
WorkItemLink |
WorkItemLink.withLinkTypeIsAcyclic(Boolean linkTypeIsAcyclic) |
WorkItemLink |
WorkItemLink.withLinkTypeIsDirectional(Boolean linkTypeIsDirectional) |
WorkItemLink |
WorkItemLink.withLinkTypeName(String linkTypeName) |
WorkItemLink |
WorkItemLink.withLinkTypeReferenceName(String linkTypeReferenceName) |
WorkItemLink |
WorkItemLink.withProjectSK(String projectSK) |
WorkItemLink |
WorkItemLink.withSourceWorkItemId(Integer sourceWorkItemId) |
WorkItemLink |
WorkItemLink.withTargetWorkItemId(Integer targetWorkItemId) |
WorkItemLink |
WorkItemLink.withUnmappedField(String name,
String value) |
WorkItemLink |
WorkItemLink.withWorkItemLinkSK(Integer workItemLinkSK) |
Copyright © 2018–2020. All rights reserved.