| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
Branch |
Branch.Builder.build() |
Branch |
Branch.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Branch |
Branch.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Branch |
Branch.withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
Branch |
Branch.withBranchName(String branchName) |
Branch |
Branch.withBranchSK(Integer branchSK) |
Branch |
Branch.withProjectSK(String projectSK) |
Branch |
Branch.withRepositoryId(String repositoryId) |
Branch |
Branch.withRepositoryUrl(String repositoryUrl) |
Branch |
Branch.withRepositoryVstsId(String repositoryVstsId) |
Branch |
Branch.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.