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) |
org.joda.time.DateTime |
getFrom() |
org.joda.time.DateTime |
getTo() |
String |
getType() |
int |
hashCode() |
void |
setFrom(org.joda.time.DateTime from)
Specify lower bound of interval
|
void |
setTo(org.joda.time.DateTime 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 org.joda.time.DateTime getFrom()
public void setFrom(org.joda.time.DateTime from)
public org.joda.time.DateTime getTo()
public void setTo(org.joda.time.DateTime 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.