public class Iteration extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Iteration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
analyticsUpdatedDate |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
depth |
protected OffsetDateTime |
endDate |
protected Boolean |
isEnded |
protected String |
iterationId |
protected String |
iterationLevel1 |
protected String |
iterationLevel10 |
protected String |
iterationLevel11 |
protected String |
iterationLevel12 |
protected String |
iterationLevel13 |
protected String |
iterationLevel14 |
protected String |
iterationLevel2 |
protected String |
iterationLevel3 |
protected String |
iterationLevel4 |
protected String |
iterationLevel5 |
protected String |
iterationLevel6 |
protected String |
iterationLevel7 |
protected String |
iterationLevel8 |
protected String |
iterationLevel9 |
protected String |
iterationName |
protected String |
iterationPath |
protected String |
iterationSK |
protected Integer |
number |
protected String |
odataType |
protected String |
projectSK |
protected OffsetDateTime |
startDate |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Iteration() |
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 String iterationSK
protected String iterationId
protected String iterationName
protected Integer number
protected String iterationPath
protected OffsetDateTime startDate
protected OffsetDateTime endDate
protected String iterationLevel1
protected String iterationLevel2
protected String iterationLevel3
protected String iterationLevel4
protected String iterationLevel5
protected String iterationLevel6
protected String iterationLevel7
protected String iterationLevel8
protected String iterationLevel9
protected String iterationLevel10
protected String iterationLevel11
protected String iterationLevel12
protected String iterationLevel13
protected String iterationLevel14
protected Integer depth
protected Boolean isEnded
protected OffsetDateTime analyticsUpdatedDate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static Iteration.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> getStartDate()
public Iteration withStartDate(OffsetDateTime startDate)
public Optional<OffsetDateTime> getEndDate()
public Iteration withEndDate(OffsetDateTime endDate)
public Optional<OffsetDateTime> getAnalyticsUpdatedDate()
public Iteration withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public ProjectRequest getProject()
public TeamCollectionRequest getTeams()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic Iteration patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Iteration 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.