| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity | |
| microsoft.vs.analytics.v4.model.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Period |
WorkItemBoardSnapshot.isLastDayOfPeriod |
protected Period |
TestPointHistorySnapshot.isLastDayOfPeriod |
protected Period |
CalendarDate.isLastDayOfPeriod |
protected Period |
WorkItemSnapshot.isLastDayOfPeriod |
protected Period |
WorkItemRevision.isLastRevisionOfPeriod |
| Modifier and Type | Method and Description |
|---|---|
Optional<Period> |
WorkItemBoardSnapshot.getIsLastDayOfPeriod() |
Optional<Period> |
TestPointHistorySnapshot.getIsLastDayOfPeriod() |
Optional<Period> |
CalendarDate.getIsLastDayOfPeriod() |
Optional<Period> |
WorkItemSnapshot.getIsLastDayOfPeriod() |
Optional<Period> |
WorkItemRevision.getIsLastRevisionOfPeriod() |
| Modifier and Type | Method and Description |
|---|---|
WorkItemBoardSnapshot.Builder |
WorkItemBoardSnapshot.Builder.isLastDayOfPeriod(Period isLastDayOfPeriod) |
TestPointHistorySnapshot.Builder |
TestPointHistorySnapshot.Builder.isLastDayOfPeriod(Period isLastDayOfPeriod) |
CalendarDate.Builder |
CalendarDate.Builder.isLastDayOfPeriod(Period isLastDayOfPeriod) |
WorkItemSnapshot.Builder |
WorkItemSnapshot.Builder.isLastDayOfPeriod(Period isLastDayOfPeriod) |
WorkItemRevision.Builder |
WorkItemRevision.Builder.isLastRevisionOfPeriod(Period isLastRevisionOfPeriod) |
WorkItemBoardSnapshot |
WorkItemBoardSnapshot.withIsLastDayOfPeriod(Period isLastDayOfPeriod) |
TestPointHistorySnapshot |
TestPointHistorySnapshot.withIsLastDayOfPeriod(Period isLastDayOfPeriod) |
CalendarDate |
CalendarDate.withIsLastDayOfPeriod(Period isLastDayOfPeriod) |
WorkItemSnapshot |
WorkItemSnapshot.withIsLastDayOfPeriod(Period isLastDayOfPeriod) |
WorkItemRevision |
WorkItemRevision.withIsLastRevisionOfPeriod(Period isLastRevisionOfPeriod) |
| Modifier and Type | Method and Description |
|---|---|
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.