@PublicApi public class WorklogChangedSincePage<T> extends Object
Constructor and Description |
---|
WorklogChangedSincePage(Long since,
Long until,
List<T> value,
boolean lastPage) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getChangedSince()
Returns a page with ids of worklogs which were modified.
|
Long |
getSince()
Returns timestamp of the query.
|
Long |
getUntil()
Returns timestamp of the latest updated or deleted worklog.
|
boolean |
isLastPage()
Returns true, if this is a last page.
|
public Long getSince()
public Long getUntil()
public List<T> getChangedSince()
public boolean isLastPage()
Copyright © 2002-2021 Atlassian. All Rights Reserved.