| Package | Description |
|---|---|
| microsoft.vs.analytics.v2.model.entity |
| Modifier and Type | Method and Description |
|---|---|
Process |
Process.Builder.build() |
Process |
Process.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Process |
Process.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Process |
Process.withBacklogCategoryReferenceName(String backlogCategoryReferenceName) |
Process |
Process.withBacklogLevel(Integer backlogLevel) |
Process |
Process.withBacklogName(String backlogName) |
Process |
Process.withBacklogType(String backlogType) |
Process |
Process.withHasBacklog(Boolean hasBacklog) |
Process |
Process.withIsBugType(Boolean isBugType) |
Process |
Process.withIsHiddenType(Boolean isHiddenType) |
Process |
Process.withProcessSK(Integer processSK) |
Process |
Process.withProjectSK(String projectSK) |
Process |
Process.withTeamSK(String teamSK) |
Process |
Process.withUnmappedField(String name,
String value) |
Process |
Process.withWorkItemType(String workItemType) |
Copyright © 2018–2020. All rights reserved.