public class WorkItemSnapshot extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkItemSnapshot.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
WorkItemSnapshot() |
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 workItemId
protected Integer dateSK
protected OffsetDateTime dateValue
protected Period isLastDayOfPeriod
protected OffsetDateTime revisedDate
protected Integer revisedDateSK
protected String projectSK
protected Integer workItemRevisionSK
protected String areaSK
protected String iterationSK
protected String assignedToUserSK
protected String changedByUserSK
protected String createdByUserSK
protected String activatedByUserSK
protected String closedByUserSK
protected String resolvedByUserSK
protected Integer activatedDateSK
protected Integer changedDateSK
protected Integer closedDateSK
protected Integer createdDateSK
protected Integer resolvedDateSK
protected Integer stateChangeDateSK
protected Integer inProgressDateSK
protected Integer completedDateSK
protected Integer revision
protected Integer watermark
protected String title
protected String workItemType
protected OffsetDateTime changedDate
protected OffsetDateTime createdDate
protected String state
protected String reason
protected String foundIn
protected String integrationBuild
protected OffsetDateTime activatedDate
protected String activity
protected Double backlogPriority
protected Integer businessValue
protected OffsetDateTime closedDate
protected String discipline
protected String issue
protected Integer priority
protected String rating
protected OffsetDateTime resolvedDate
protected String resolvedReason
protected String risk
protected String severity
protected Double stackRank
protected Double timeCriticality
protected String triage
protected String valueArea
protected Double completedWork
protected OffsetDateTime dueDate
protected Double effort
protected OffsetDateTime finishDate
protected Double originalEstimate
protected Double remainingWork
protected Double size
protected OffsetDateTime startDate
protected Double storyPoints
protected OffsetDateTime targetDate
protected String blocked
protected String committed
protected String escalate
protected String foundInEnvironment
protected String howFound
protected Integer probability
protected String requirementType
protected String requiresReview
protected String requiresTest
protected String rootCause
protected String subjectMatterExpert1
protected String subjectMatterExpert2
protected String subjectMatterExpert3
protected OffsetDateTime targetResolveDate
protected String taskType
protected String userAcceptanceTest
protected Integer parentWorkItemId
protected String tagNames
protected String stateCategory
protected OffsetDateTime inProgressDate
protected OffsetDateTime completedDate
protected Double leadTimeDays
protected Double cycleTimeDays
protected String automatedTestId
protected String automatedTestName
protected String automatedTestStorage
protected String automatedTestType
protected String automationStatus
protected OffsetDateTime stateChangeDate
protected Long count
protected Integer commentCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static WorkItemSnapshot.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 WorkItemSnapshot withWorkItemId(Integer workItemId)
public WorkItemSnapshot withDateSK(Integer dateSK)
public Optional<OffsetDateTime> getDateValue()
public WorkItemSnapshot withDateValue(OffsetDateTime dateValue)
public WorkItemSnapshot withIsLastDayOfPeriod(Period isLastDayOfPeriod)
public Optional<OffsetDateTime> getRevisedDate()
public WorkItemSnapshot withRevisedDate(OffsetDateTime revisedDate)
public WorkItemSnapshot withRevisedDateSK(Integer revisedDateSK)
public WorkItemSnapshot withProjectSK(String projectSK)
public WorkItemSnapshot withWorkItemRevisionSK(Integer workItemRevisionSK)
public WorkItemSnapshot withAreaSK(String areaSK)
public WorkItemSnapshot withIterationSK(String iterationSK)
public WorkItemSnapshot withAssignedToUserSK(String assignedToUserSK)
public WorkItemSnapshot withChangedByUserSK(String changedByUserSK)
public WorkItemSnapshot withCreatedByUserSK(String createdByUserSK)
public WorkItemSnapshot withActivatedByUserSK(String activatedByUserSK)
public WorkItemSnapshot withClosedByUserSK(String closedByUserSK)
public WorkItemSnapshot withResolvedByUserSK(String resolvedByUserSK)
public WorkItemSnapshot withActivatedDateSK(Integer activatedDateSK)
public WorkItemSnapshot withChangedDateSK(Integer changedDateSK)
public WorkItemSnapshot withClosedDateSK(Integer closedDateSK)
public WorkItemSnapshot withCreatedDateSK(Integer createdDateSK)
public WorkItemSnapshot withResolvedDateSK(Integer resolvedDateSK)
public WorkItemSnapshot withStateChangeDateSK(Integer stateChangeDateSK)
public WorkItemSnapshot withInProgressDateSK(Integer inProgressDateSK)
public WorkItemSnapshot withCompletedDateSK(Integer completedDateSK)
public WorkItemSnapshot withRevision(Integer revision)
public WorkItemSnapshot withWatermark(Integer watermark)
public WorkItemSnapshot withTitle(String title)
public WorkItemSnapshot withWorkItemType(String workItemType)
public Optional<OffsetDateTime> getChangedDate()
public WorkItemSnapshot withChangedDate(OffsetDateTime changedDate)
public Optional<OffsetDateTime> getCreatedDate()
public WorkItemSnapshot withCreatedDate(OffsetDateTime createdDate)
public WorkItemSnapshot withState(String state)
public WorkItemSnapshot withReason(String reason)
public WorkItemSnapshot withFoundIn(String foundIn)
public WorkItemSnapshot withIntegrationBuild(String integrationBuild)
public Optional<OffsetDateTime> getActivatedDate()
public WorkItemSnapshot withActivatedDate(OffsetDateTime activatedDate)
public WorkItemSnapshot withActivity(String activity)
public WorkItemSnapshot withBacklogPriority(Double backlogPriority)
public WorkItemSnapshot withBusinessValue(Integer businessValue)
public Optional<OffsetDateTime> getClosedDate()
public WorkItemSnapshot withClosedDate(OffsetDateTime closedDate)
public WorkItemSnapshot withDiscipline(String discipline)
public WorkItemSnapshot withIssue(String issue)
public WorkItemSnapshot withPriority(Integer priority)
public WorkItemSnapshot withRating(String rating)
public Optional<OffsetDateTime> getResolvedDate()
public WorkItemSnapshot withResolvedDate(OffsetDateTime resolvedDate)
public WorkItemSnapshot withResolvedReason(String resolvedReason)
public WorkItemSnapshot withRisk(String risk)
public WorkItemSnapshot withSeverity(String severity)
public WorkItemSnapshot withStackRank(Double stackRank)
public WorkItemSnapshot withTimeCriticality(Double timeCriticality)
public WorkItemSnapshot withTriage(String triage)
public WorkItemSnapshot withValueArea(String valueArea)
public WorkItemSnapshot withCompletedWork(Double completedWork)
public Optional<OffsetDateTime> getDueDate()
public WorkItemSnapshot withDueDate(OffsetDateTime dueDate)
public WorkItemSnapshot withEffort(Double effort)
public Optional<OffsetDateTime> getFinishDate()
public WorkItemSnapshot withFinishDate(OffsetDateTime finishDate)
public WorkItemSnapshot withOriginalEstimate(Double originalEstimate)
public WorkItemSnapshot withRemainingWork(Double remainingWork)
public WorkItemSnapshot withSize(Double size)
public Optional<OffsetDateTime> getStartDate()
public WorkItemSnapshot withStartDate(OffsetDateTime startDate)
public WorkItemSnapshot withStoryPoints(Double storyPoints)
public Optional<OffsetDateTime> getTargetDate()
public WorkItemSnapshot withTargetDate(OffsetDateTime targetDate)
public WorkItemSnapshot withBlocked(String blocked)
public WorkItemSnapshot withCommitted(String committed)
public WorkItemSnapshot withEscalate(String escalate)
public WorkItemSnapshot withFoundInEnvironment(String foundInEnvironment)
public WorkItemSnapshot withHowFound(String howFound)
public WorkItemSnapshot withProbability(Integer probability)
public WorkItemSnapshot withRequirementType(String requirementType)
public WorkItemSnapshot withRequiresReview(String requiresReview)
public WorkItemSnapshot withRequiresTest(String requiresTest)
public WorkItemSnapshot withRootCause(String rootCause)
public WorkItemSnapshot withSubjectMatterExpert1(String subjectMatterExpert1)
public WorkItemSnapshot withSubjectMatterExpert2(String subjectMatterExpert2)
public WorkItemSnapshot withSubjectMatterExpert3(String subjectMatterExpert3)
public Optional<OffsetDateTime> getTargetResolveDate()
public WorkItemSnapshot withTargetResolveDate(OffsetDateTime targetResolveDate)
public WorkItemSnapshot withTaskType(String taskType)
public WorkItemSnapshot withUserAcceptanceTest(String userAcceptanceTest)
public WorkItemSnapshot withParentWorkItemId(Integer parentWorkItemId)
public WorkItemSnapshot withTagNames(String tagNames)
public WorkItemSnapshot withStateCategory(String stateCategory)
public Optional<OffsetDateTime> getInProgressDate()
public WorkItemSnapshot withInProgressDate(OffsetDateTime inProgressDate)
public Optional<OffsetDateTime> getCompletedDate()
public WorkItemSnapshot withCompletedDate(OffsetDateTime completedDate)
public WorkItemSnapshot withLeadTimeDays(Double leadTimeDays)
public WorkItemSnapshot withCycleTimeDays(Double cycleTimeDays)
public WorkItemSnapshot withAutomatedTestId(String automatedTestId)
public WorkItemSnapshot withAutomatedTestName(String automatedTestName)
public WorkItemSnapshot withAutomatedTestStorage(String automatedTestStorage)
public WorkItemSnapshot withAutomatedTestType(String automatedTestType)
public WorkItemSnapshot withAutomationStatus(String automationStatus)
public Optional<OffsetDateTime> getStateChangeDate()
public WorkItemSnapshot withStateChangeDate(OffsetDateTime stateChangeDate)
public WorkItemSnapshot withCount(Long count)
public WorkItemSnapshot withCommentCount(Integer commentCount)
public WorkItemSnapshot withUnmappedField(String name, String value)
public CalendarDateRequest getDate()
public CalendarDateRequest getRevisedOn()
public TeamCollectionRequest getTeams()
public ProcessCollectionRequest getProcesses()
public ProjectRequest getProject()
public AreaRequest getArea()
public IterationRequest getIteration()
public UserRequest getAssignedTo()
public UserRequest getChangedBy()
public UserRequest getCreatedBy()
public UserRequest getActivatedBy()
public UserRequest getClosedBy()
public UserRequest getResolvedBy()
public TagCollectionRequest getTags()
public CalendarDateRequest getChangedOn()
public CalendarDateRequest getClosedOn()
public CalendarDateRequest getCreatedOn()
public CalendarDateRequest getResolvedOn()
public CalendarDateRequest getStateChangeOn()
public CalendarDateRequest getInProgressOn()
public CalendarDateRequest getCompletedOn()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic WorkItemSnapshot patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic WorkItemSnapshot 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.