| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity |
| Modifier and Type | Method and Description |
|---|---|
TestConfiguration |
TestConfiguration.Builder.build() |
TestConfiguration |
TestConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TestConfiguration |
TestConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TestConfiguration |
TestConfiguration.withName(String name) |
TestConfiguration |
TestConfiguration.withProjectSK(String projectSK) |
TestConfiguration |
TestConfiguration.withState(String state) |
TestConfiguration |
TestConfiguration.withTestConfigurationId(Integer testConfigurationId) |
TestConfiguration |
TestConfiguration.withTestConfigurationSK(Integer testConfigurationSK) |
TestConfiguration |
TestConfiguration.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.