public class BoardLocation extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
BoardLocation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
backlogType |
protected String |
boardCategoryReferenceName |
protected String |
boardId |
protected Integer |
boardLevel |
protected Integer |
boardLocationSK |
protected String |
boardName |
protected OffsetDateTime |
changedDate |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected String |
columnId |
protected Integer |
columnItemLimit |
protected String |
columnName |
protected Integer |
columnOrder |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected BoardColumnSplit |
done |
protected Boolean |
isBoardVisible |
protected Boolean |
isColumnSplit |
protected Boolean |
isCurrent |
protected Boolean |
isDefaultLane |
protected Boolean |
isDone |
protected String |
laneId |
protected String |
laneName |
protected Integer |
laneOrder |
protected String |
odataType |
protected String |
projectSK |
protected OffsetDateTime |
revisedDate |
protected String |
teamSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
BoardLocation() |
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 Integer boardLocationSK
protected String columnId
protected String columnName
protected Integer columnOrder
protected Integer columnItemLimit
protected Boolean isDone
protected String boardId
protected String boardCategoryReferenceName
protected String boardName
protected Integer boardLevel
protected String backlogType
protected Boolean isBoardVisible
protected String laneId
protected String laneName
protected Integer laneOrder
protected Boolean isColumnSplit
protected OffsetDateTime changedDate
protected OffsetDateTime revisedDate
protected Boolean isCurrent
protected BoardColumnSplit done
protected String teamSK
protected Boolean isDefaultLane
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static BoardLocation.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 BoardLocation withProjectSK(String projectSK)
public BoardLocation withBoardLocationSK(Integer boardLocationSK)
public BoardLocation withColumnId(String columnId)
public BoardLocation withColumnName(String columnName)
public BoardLocation withColumnOrder(Integer columnOrder)
public BoardLocation withColumnItemLimit(Integer columnItemLimit)
public BoardLocation withIsDone(Boolean isDone)
public BoardLocation withBoardId(String boardId)
public BoardLocation withBoardCategoryReferenceName(String boardCategoryReferenceName)
public BoardLocation withBoardName(String boardName)
public BoardLocation withBoardLevel(Integer boardLevel)
public BoardLocation withBacklogType(String backlogType)
public BoardLocation withIsBoardVisible(Boolean isBoardVisible)
public BoardLocation withLaneId(String laneId)
public BoardLocation withLaneName(String laneName)
public BoardLocation withLaneOrder(Integer laneOrder)
public BoardLocation withIsColumnSplit(Boolean isColumnSplit)
public Optional<OffsetDateTime> getChangedDate()
public BoardLocation withChangedDate(OffsetDateTime changedDate)
public Optional<OffsetDateTime> getRevisedDate()
public BoardLocation withRevisedDate(OffsetDateTime revisedDate)
public BoardLocation withIsCurrent(Boolean isCurrent)
public Optional<BoardColumnSplit> getDone()
public BoardLocation withDone(BoardColumnSplit done)
public BoardLocation withTeamSK(String teamSK)
public BoardLocation withIsDefaultLane(Boolean isDefaultLane)
public BoardLocation withUnmappedField(String name, String value)
public TeamRequest getTeam()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic BoardLocation patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic BoardLocation 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.