public class PipelineTask extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineTask.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 |
odataType |
protected Integer |
pipelineTaskSK |
protected String |
projectSK |
protected String |
taskDefinitionId |
protected String |
taskDefinitionName |
protected String |
taskDefinitionVersion |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PipelineTask() |
| Modifier and Type | Method and Description |
|---|---|
static PipelineTask.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<Integer> |
getPipelineTaskSK() |
ProjectRequest |
getProject() |
Optional<String> |
getProjectSK() |
Optional<String> |
getTaskDefinitionId() |
Optional<String> |
getTaskDefinitionName() |
Optional<String> |
getTaskDefinitionVersion() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
PipelineTask |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
PipelineTask |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
PipelineTask |
withPipelineTaskSK(Integer pipelineTaskSK) |
PipelineTask |
withProjectSK(String projectSK) |
PipelineTask |
withTaskDefinitionId(String taskDefinitionId) |
PipelineTask |
withTaskDefinitionName(String taskDefinitionName) |
PipelineTask |
withTaskDefinitionVersion(String taskDefinitionVersion) |
PipelineTask |
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 Integer pipelineTaskSK
protected String projectSK
protected String taskDefinitionId
protected String taskDefinitionName
protected String taskDefinitionVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static PipelineTask.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 PipelineTask withPipelineTaskSK(Integer pipelineTaskSK)
public PipelineTask withProjectSK(String projectSK)
public PipelineTask withTaskDefinitionId(String taskDefinitionId)
public PipelineTask withTaskDefinitionName(String taskDefinitionName)
public PipelineTask withTaskDefinitionVersion(String taskDefinitionVersion)
public PipelineTask 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 PipelineTask patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic PipelineTask 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.