public class TestSuite extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestSuite.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected com.github.davidmoten.odata.client.edm.UnsignedByte |
depth |
protected Integer |
idLevel1 |
protected Integer |
idLevel10 |
protected Integer |
idLevel11 |
protected Integer |
idLevel12 |
protected Integer |
idLevel13 |
protected Integer |
idLevel14 |
protected Integer |
idLevel2 |
protected Integer |
idLevel3 |
protected Integer |
idLevel4 |
protected Integer |
idLevel5 |
protected Integer |
idLevel6 |
protected Integer |
idLevel7 |
protected Integer |
idLevel8 |
protected Integer |
idLevel9 |
protected String |
odataType |
protected Integer |
orderId |
protected String |
projectSK |
protected Integer |
requirementWorkItemId |
protected Integer |
testPlanId |
protected String |
testPlanTitle |
protected Integer |
testSuiteId |
protected Integer |
testSuiteSK |
protected String |
title |
protected String |
titleLevel1 |
protected String |
titleLevel10 |
protected String |
titleLevel11 |
protected String |
titleLevel12 |
protected String |
titleLevel13 |
protected String |
titleLevel14 |
protected String |
titleLevel2 |
protected String |
titleLevel3 |
protected String |
titleLevel4 |
protected String |
titleLevel5 |
protected String |
titleLevel6 |
protected String |
titleLevel7 |
protected String |
titleLevel8 |
protected String |
titleLevel9 |
protected TestSuiteType |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
TestSuite() |
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 OffsetDateTime analyticsUpdatedDate
protected String projectSK
protected Integer testSuiteSK
protected Integer testPlanId
protected Integer testSuiteId
protected String testPlanTitle
protected String title
protected Integer orderId
protected Integer idLevel1
protected String titleLevel1
protected Integer idLevel2
protected String titleLevel2
protected Integer idLevel3
protected String titleLevel3
protected Integer idLevel4
protected String titleLevel4
protected Integer idLevel5
protected String titleLevel5
protected Integer idLevel6
protected String titleLevel6
protected Integer idLevel7
protected String titleLevel7
protected Integer idLevel8
protected String titleLevel8
protected Integer idLevel9
protected String titleLevel9
protected Integer idLevel10
protected String titleLevel10
protected Integer idLevel11
protected String titleLevel11
protected Integer idLevel12
protected String titleLevel12
protected Integer idLevel13
protected String titleLevel13
protected Integer idLevel14
protected String titleLevel14
protected com.github.davidmoten.odata.client.edm.UnsignedByte depth
protected TestSuiteType type
protected Integer requirementWorkItemId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static TestSuite.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<OffsetDateTime> getAnalyticsUpdatedDate()
public TestSuite withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public Optional<com.github.davidmoten.odata.client.edm.UnsignedByte> getDepth()
public TestSuite withDepth(com.github.davidmoten.odata.client.edm.UnsignedByte depth)
public Optional<TestSuiteType> getType()
public TestSuite withType(TestSuiteType type)
public ProjectRequest getProject()
public WorkItemRequest getTestSuiteWorkItem()
public WorkItemRequest getTestPlanWorkItem()
public WorkItemRequest getRequirementWorkItem()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic TestSuite patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestSuite 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.