Class TimeFilterPageRequest
java.lang.Object
com.gooddata.sdk.common.collections.CustomPageRequest
com.gooddata.sdk.service.auditevent.TimeFilterPageRequest
- All Implemented Interfaces:
com.gooddata.sdk.common.collections.PageRequest
- Direct Known Subclasses:
AuditEventPageRequest
public class TimeFilterPageRequest
extends com.gooddata.sdk.common.collections.CustomPageRequest
Class to encapsulate time filtering
-
Field Summary
FieldsFields inherited from class com.gooddata.sdk.common.collections.CustomPageRequest
DEFAULT_LIMIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanstatic TimeFilterPageRequestcopy(TimeFilterPageRequest source) booleangetFrom()getTo()inthashCode()voidsetFrom(ZonedDateTime from) voidsetTo(ZonedDateTime to) toString()com.gooddata.sdk.common.util.MutableUriupdateWithPageParams(com.gooddata.sdk.common.util.MutableUri builder) Methods inherited from class com.gooddata.sdk.common.collections.CustomPageRequest
getLimit, getOffset, getPageUri, getSanitizedLimit, getSanitizedLimit, setLimit, setOffset
-
Field Details
-
from
-
to
-
-
Constructor Details
-
TimeFilterPageRequest
public TimeFilterPageRequest()
-
-
Method Details
-
getFrom
-
setFrom
-
getTo
-
setTo
-
copy
-
withIncrementedLimit
-
updateWithPageParams
public com.gooddata.sdk.common.util.MutableUri updateWithPageParams(com.gooddata.sdk.common.util.MutableUri builder) - Specified by:
updateWithPageParamsin interfacecom.gooddata.sdk.common.collections.PageRequest- Overrides:
updateWithPageParamsin classcom.gooddata.sdk.common.collections.CustomPageRequest
-
canEqual
- Overrides:
canEqualin classcom.gooddata.sdk.common.collections.CustomPageRequest
-
equals
- Overrides:
equalsin classcom.gooddata.sdk.common.collections.CustomPageRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.gooddata.sdk.common.collections.CustomPageRequest
-
toString
- Overrides:
toStringin classcom.gooddata.sdk.common.collections.CustomPageRequest
-