public class Process extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Process.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected String |
backlogCategoryReferenceName |
protected Integer |
backlogLevel |
protected String |
backlogName |
protected String |
backlogType |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
hasBacklog |
protected Boolean |
isBugType |
protected Boolean |
isHiddenType |
protected String |
odataType |
protected Integer |
processSK |
protected String |
projectSK |
protected String |
teamSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected String |
workItemType |
| Modifier | Constructor and Description |
|---|---|
protected |
Process() |
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 processSK
protected String projectSK
protected String backlogCategoryReferenceName
protected String backlogName
protected String backlogType
protected Integer backlogLevel
protected String workItemType
protected Boolean hasBacklog
protected Boolean isHiddenType
protected Boolean isBugType
protected String teamSK
protected OffsetDateTime analyticsUpdatedDate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static Process.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 Process withBacklogCategoryReferenceName(String backlogCategoryReferenceName)
public Optional<OffsetDateTime> getAnalyticsUpdatedDate()
public Process withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public ProjectRequest getProject()
public TeamRequest getTeam()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic Process patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Process 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.