@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListAuditEventsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAuditEventsRequest.Builder
Builds instances of type
ListAuditEventsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListAuditEventsRequest.Builder |
builder()
Creates a builder for
ListAuditEventsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListAuditEventsRequest that have equal attribute values. |
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
List<String> |
getTargetIds()
The request target ids
|
List<String> |
getTypes()
The types
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, organizationIds, spaceIds, targetIds, types. |
String |
toString()
Prints the immutable value
ListAuditEventsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListAuditEventsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, organizationIds, spaceIds, targetIds, types.public String toString()
ListAuditEventsRequest with attribute values.public static ListAuditEventsRequest.Builder builder()
ListAuditEventsRequest.
ListAuditEventsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.targetId|addAllTargetIds(String) // targetIds elements
.type|addAllTypes(String) // types elements
.build();
Copyright © 2020. All rights reserved.