public final class AuditEventPageRequest
extends com.gooddata.collections.PageRequest
| Constructor and Description |
|---|
AuditEventPageRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object o) |
static AuditEventPageRequest |
copy(AuditEventPageRequest source)
Copy constructor
|
boolean |
equals(Object o) |
ZonedDateTime |
getFrom() |
ZonedDateTime |
getTo() |
String |
getType() |
int |
hashCode() |
void |
setFrom(ZonedDateTime from)
Specify lower bound of interval
|
void |
setTo(ZonedDateTime to)
Specify upper bound of interval
|
void |
setType(String type)
Specify event type for filtering purposes
|
String |
toString() |
org.springframework.web.util.UriComponentsBuilder |
updateWithPageParams(org.springframework.web.util.UriComponentsBuilder builder) |
AuditEventPageRequest |
withIncrementedLimit()
Copy this request parameters and increment request parameter limit.
|
public ZonedDateTime getFrom()
public void setFrom(ZonedDateTime from)
public ZonedDateTime getTo()
public void setTo(ZonedDateTime to)
public String getType()
public void setType(String type)
type - event typepublic static AuditEventPageRequest copy(AuditEventPageRequest source)
source - source object (not null) to create copy ofsourcepublic AuditEventPageRequest withIncrementedLimit()
public org.springframework.web.util.UriComponentsBuilder updateWithPageParams(org.springframework.web.util.UriComponentsBuilder builder)
updateWithPageParams in interface com.gooddata.collections.PageupdateWithPageParams in class com.gooddata.collections.PageRequestprotected boolean canEqual(Object o)
canEqual in class com.gooddata.collections.PageRequestpublic boolean equals(Object o)
equals in class com.gooddata.collections.PageRequestpublic int hashCode()
hashCode in class com.gooddata.collections.PageRequestpublic String toString()
toString in class com.gooddata.collections.PageRequestCopyright © 2019. All rights reserved.