public class Project extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.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 |
projectId |
protected String |
projectName |
protected String |
projectSK |
protected ProjectVisibility |
projectVisibility |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Project() |
| Modifier and Type | Method and Description |
|---|---|
static Project.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() |
Optional<String> |
getProjectId() |
Optional<String> |
getProjectName() |
Optional<String> |
getProjectSK() |
Optional<ProjectVisibility> |
getProjectVisibility() |
TeamCollectionRequest |
getTeams() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Project |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Project |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Project |
withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate) |
Project |
withProjectId(String projectId) |
Project |
withProjectName(String projectName) |
Project |
withProjectSK(String projectSK) |
Project |
withProjectVisibility(ProjectVisibility projectVisibility) |
Project |
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 projectSK
protected String projectId
protected String projectName
protected OffsetDateTime analyticsUpdatedDate
protected ProjectVisibility projectVisibility
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static Project.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 Project withAnalyticsUpdatedDate(OffsetDateTime analyticsUpdatedDate)
public Optional<ProjectVisibility> getProjectVisibility()
public Project withProjectVisibility(ProjectVisibility projectVisibility)
public AreaCollectionRequest getAreas()
public IterationCollectionRequest getIterations()
public TeamCollectionRequest getTeams()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic Project patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Project 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.