public class TestPoint extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestPoint.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected String |
assignedToUserSK |
protected String |
automationStatus |
protected OffsetDateTime |
changedDate |
protected Integer |
changedDateSK |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected TestOutcome |
lastResultOutcome |
protected TestResultState |
lastResultState |
protected String |
odataType |
protected Integer |
priority |
protected String |
projectSK |
protected Integer |
testCaseId |
protected Integer |
testConfigurationId |
protected Integer |
testConfigurationSK |
protected String |
testerUserSK |
protected Integer |
testPlanId |
protected Integer |
testPointId |
protected Integer |
testPointSK |
protected Integer |
testSuiteId |
protected Integer |
testSuiteSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
TestPoint() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected com.github.davidmoten.odata.client.internal.ChangedFields changedFields
protected String odataType
protected TestResultState lastResultState
protected TestOutcome lastResultOutcome
protected OffsetDateTime changedDate
protected Integer changedDateSK
protected Integer testPointSK
protected OffsetDateTime analyticsUpdatedDate
protected String projectSK
protected Integer testSuiteSK
protected Integer testPlanId
protected Integer testSuiteId
protected Integer testPointId
protected Integer testConfigurationSK
protected Integer testConfigurationId
protected Integer testCaseId
protected String testerUserSK
protected String assignedToUserSK
protected Integer priority
protected String automationStatus
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static TestPoint.Builder builder()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<TestResultState> getLastResultState()
public TestPoint withLastResultState(TestResultState lastResultState)
public Optional<TestOutcome> getLastResultOutcome()
public TestPoint withLastResultOutcome(TestOutcome lastResultOutcome)
public Optional<OffsetDateTime> getChangedDate()
public TestPoint withChangedDate(OffsetDateTime changedDate)
public Optional<OffsetDateTime> getAnalyticsUpdatedDate()
public TestPoint withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public CalendarDateRequest getChangedOn()
public ProjectRequest getProject()
public TestSuiteRequest getTestSuite()
public TestConfigurationRequest getTestConfiguration()
public WorkItemRequest getTestCase()
public UserRequest getTester()
public UserRequest getAssignedTo()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic TestPoint patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestPoint put()
this
with changed fields reset (they were ignored anyway).this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedCopyright © 2018–2020. All rights reserved.