| Package | Description |
|---|---|
| microsoft.vs.analytics.v2.model.entity |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.Builder.build() |
Project |
Project.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Project |
Project.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Project |
Project.withProjectId(String projectId) |
Project |
Project.withProjectName(String projectName) |
Project |
Project.withProjectSK(String projectSK) |
Project |
Project.withProjectVisibility(ProjectVisibility projectVisibility) |
Project |
Project.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.