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.CustomPageRequestClass to encapsulate time filtering
-
-
Constructor Summary
Constructors Constructor Description TimeFilterPageRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object o)static TimeFilterPageRequestcopy(TimeFilterPageRequest source)booleanequals(java.lang.Object o)java.time.ZonedDateTimegetFrom()java.time.ZonedDateTimegetTo()inthashCode()voidsetFrom(java.time.ZonedDateTime from)voidsetTo(java.time.ZonedDateTime to)java.lang.StringtoString()com.gooddata.sdk.common.util.MutableUriupdateWithPageParams(com.gooddata.sdk.common.util.MutableUri builder)TimeFilterPageRequestwithIncrementedLimit()
-
-
-
Method Detail
-
getFrom
public java.time.ZonedDateTime getFrom()
-
setFrom
public void setFrom(java.time.ZonedDateTime from)
-
getTo
public java.time.ZonedDateTime getTo()
-
setTo
public void setTo(java.time.ZonedDateTime to)
-
copy
public static TimeFilterPageRequest copy(TimeFilterPageRequest source)
-
withIncrementedLimit
public TimeFilterPageRequest 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
protected boolean canEqual(java.lang.Object o)
- Overrides:
canEqualin classcom.gooddata.sdk.common.collections.CustomPageRequest
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.gooddata.sdk.common.collections.CustomPageRequest
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.gooddata.sdk.common.collections.CustomPageRequest
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.gooddata.sdk.common.collections.CustomPageRequest
-
-