public class TestConfiguration extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TestConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
name |
protected String |
odataType |
protected String |
projectSK |
protected String |
state |
protected Integer |
testConfigurationId |
protected Integer |
testConfigurationSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
TestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static TestConfiguration.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getName() |
ProjectRequest |
getProject() |
Optional<String> |
getProjectSK() |
Optional<String> |
getState() |
Optional<Integer> |
getTestConfigurationId() |
Optional<Integer> |
getTestConfigurationSK() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
TestConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
TestConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
TestConfiguration |
withName(String name) |
TestConfiguration |
withProjectSK(String projectSK) |
TestConfiguration |
withState(String state) |
TestConfiguration |
withTestConfigurationId(Integer testConfigurationId) |
TestConfiguration |
withTestConfigurationSK(Integer testConfigurationSK) |
TestConfiguration |
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 testConfigurationSK
protected Integer testConfigurationId
protected String name
protected String state
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static TestConfiguration.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 TestConfiguration withProjectSK(String projectSK)
public TestConfiguration withTestConfigurationSK(Integer testConfigurationSK)
public TestConfiguration withTestConfigurationId(Integer testConfigurationId)
public TestConfiguration withName(String name)
public TestConfiguration withState(String state)
public TestConfiguration withUnmappedField(String name, String value)
public ProjectRequest getProject()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic TestConfiguration patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic TestConfiguration 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.