public class TestPointHistorySnapshot extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestPointHistorySnapshot.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected String |
assignedToUserSK |
protected String |
automationStatus |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
dateSK |
protected Period |
isLastDayOfPeriod |
protected String |
odataType |
protected Integer |
priority |
protected String |
projectSK |
protected TestOutcome |
resultOutcome |
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 |
TestPointHistorySnapshot() |
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 TestOutcome resultOutcome
protected Integer dateSK
protected Period isLastDayOfPeriod
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 TestPointHistorySnapshot.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<TestOutcome> getResultOutcome()
public TestPointHistorySnapshot withResultOutcome(TestOutcome resultOutcome)
public TestPointHistorySnapshot withDateSK(Integer dateSK)
public TestPointHistorySnapshot withIsLastDayOfPeriod(Period isLastDayOfPeriod)
public TestPointHistorySnapshot withTestPointSK(Integer testPointSK)
public Optional<OffsetDateTime> getAnalyticsUpdatedDate()
public TestPointHistorySnapshot withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public TestPointHistorySnapshot withProjectSK(String projectSK)
public TestPointHistorySnapshot withTestSuiteSK(Integer testSuiteSK)
public TestPointHistorySnapshot withTestPlanId(Integer testPlanId)
public TestPointHistorySnapshot withTestSuiteId(Integer testSuiteId)
public TestPointHistorySnapshot withTestPointId(Integer testPointId)
public TestPointHistorySnapshot withTestConfigurationSK(Integer testConfigurationSK)
public TestPointHistorySnapshot withTestConfigurationId(Integer testConfigurationId)
public TestPointHistorySnapshot withTestCaseId(Integer testCaseId)
public TestPointHistorySnapshot withTesterUserSK(String testerUserSK)
public TestPointHistorySnapshot withAssignedToUserSK(String assignedToUserSK)
public TestPointHistorySnapshot withPriority(Integer priority)
public TestPointHistorySnapshot withAutomationStatus(String automationStatus)
public TestPointHistorySnapshot withUnmappedField(String name, String value)
public CalendarDateRequest getDate()
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 TestPointHistorySnapshot patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestPointHistorySnapshot 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.