public class Team extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Team.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 String |
odataType |
protected String |
projectSK |
protected String |
teamId |
protected String |
teamName |
protected String |
teamSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Team() |
| Modifier and Type | Method and Description |
|---|---|
static Team.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getAnalyticsUpdatedDate() |
AreaCollectionRequest |
getAreas() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
IterationCollectionRequest |
getIterations() |
ProjectRequest |
getProject() |
Optional<String> |
getProjectSK() |
Optional<String> |
getTeamId() |
Optional<String> |
getTeamName() |
Optional<String> |
getTeamSK() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Team |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Team |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Team |
withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
Team |
withProjectSK(String projectSK) |
Team |
withTeamId(String teamId) |
Team |
withTeamName(String teamName) |
Team |
withTeamSK(String teamSK) |
Team |
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 teamSK
protected String projectSK
protected String teamId
protected String teamName
protected OffsetDateTime analyticsUpdatedDate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static Team.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> getAnalyticsUpdatedDate()
public Team withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public ProjectRequest getProject()
public AreaCollectionRequest getAreas()
public IterationCollectionRequest getIterations()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic Team patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Team 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.