@Generated(value={"Immutables.generator","_ListGroupsRequest"}) public final class ListGroupsRequest extends PaginatedAndSortedByRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListGroupsRequest.Builder
Builds instances of type
ListGroupsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsRequest.Builder |
builder()
Creates a builder for
ListGroupsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListGroupsRequest that have equal attribute values. |
Integer |
getCount()
The number of results per page
|
String |
getFilter()
The filter
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getSortBy()
The sort by
|
SortOrder |
getSortOrder()
The sort order
|
Integer |
getStartIndex()
The start index
|
int |
hashCode()
Computes a hash code from attributes:
sortBy, count, filter, sortOrder, startIndex, identityZoneId. |
String |
toString()
Prints the immutable value
ListGroupsRequest with attribute values. |
public String getSortBy()
getSortBy in class PaginatedAndSortedByRequestpublic Integer getCount()
getCount in class PaginatedAndSortedRequestpublic String getFilter()
getFilter in class PaginatedAndSortedRequestpublic SortOrder getSortOrder()
getSortOrder in class PaginatedAndSortedRequestpublic Integer getStartIndex()
getStartIndex in class PaginatedAndSortedRequestpublic String getIdentityZoneId()
public boolean equals(Object another)
ListGroupsRequest that have equal attribute values.public int hashCode()
sortBy, count, filter, sortOrder, startIndex, identityZoneId.public String toString()
ListGroupsRequest with attribute values.public static ListGroupsRequest.Builder builder()
ListGroupsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.