| Package | Description |
|---|---|
| microsoft.vs.analytics.v3.model.entity |
| Modifier and Type | Method and Description |
|---|---|
TestPoint |
TestPoint.Builder.build() |
TestPoint |
TestPoint.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TestPoint |
TestPoint.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TestPoint |
TestPoint.withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
TestPoint |
TestPoint.withAssignedToUserSK(String assignedToUserSK) |
TestPoint |
TestPoint.withAutomationStatus(String automationStatus) |
TestPoint |
TestPoint.withChangedDate(OffsetDateTime changedDate) |
TestPoint |
TestPoint.withChangedDateSK(Integer changedDateSK) |
TestPoint |
TestPoint.withLastResultOutcome(TestOutcome lastResultOutcome) |
TestPoint |
TestPoint.withLastResultState(TestResultState lastResultState) |
TestPoint |
TestPoint.withPriority(Integer priority) |
TestPoint |
TestPoint.withProjectSK(String projectSK) |
TestPoint |
TestPoint.withTestCaseId(Integer testCaseId) |
TestPoint |
TestPoint.withTestConfigurationId(Integer testConfigurationId) |
TestPoint |
TestPoint.withTestConfigurationSK(Integer testConfigurationSK) |
TestPoint |
TestPoint.withTesterUserSK(String testerUserSK) |
TestPoint |
TestPoint.withTestPlanId(Integer testPlanId) |
TestPoint |
TestPoint.withTestPointId(Integer testPointId) |
TestPoint |
TestPoint.withTestPointSK(Integer testPointSK) |
TestPoint |
TestPoint.withTestSuiteId(Integer testSuiteId) |
TestPoint |
TestPoint.withTestSuiteSK(Integer testSuiteSK) |
TestPoint |
TestPoint.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.