public class Test extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Test.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected String |
containerName |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
fullyQualifiedTestName |
protected String |
odataType |
protected Integer |
priority |
protected String |
projectSK |
protected Integer |
testCaseReferenceId |
protected String |
testName |
protected String |
testOwner |
protected Integer |
testSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Test() |
| Modifier and Type | Method and Description |
|---|---|
static Test.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getAnalyticsUpdatedDate() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getContainerName() |
Optional<String> |
getFullyQualifiedTestName() |
Optional<Integer> |
getPriority() |
ProjectRequest |
getProject() |
Optional<String> |
getProjectSK() |
Optional<Integer> |
getTestCaseReferenceId() |
Optional<String> |
getTestName() |
Optional<String> |
getTestOwner() |
Optional<Integer> |
getTestSK() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Test |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Test |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Test |
withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
Test |
withContainerName(String containerName) |
Test |
withFullyQualifiedTestName(String fullyQualifiedTestName) |
Test |
withPriority(Integer priority) |
Test |
withProjectSK(String projectSK) |
Test |
withTestCaseReferenceId(Integer testCaseReferenceId) |
Test |
withTestName(String testName) |
Test |
withTestOwner(String testOwner) |
Test |
withTestSK(Integer testSK) |
Test |
withUnmappedField(String name,
String value) |
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 String projectSK
protected Integer testSK
protected Integer testCaseReferenceId
protected String testName
protected String fullyQualifiedTestName
protected String testOwner
protected String containerName
protected Integer priority
protected OffsetDateTime analyticsUpdatedDate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static Test.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 Test withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public ProjectRequest getProject()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic Test patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Test 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–2021. All rights reserved.