@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListClientsRequest extends PaginatedAndSortedByRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListClientsRequest.Builder
Builds instances of type
ListClientsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListClientsRequest.Builder |
builder()
Creates a builder for
ListClientsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListClientsRequest 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 |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getSortBy()
The sort by
|
SortOrder |
getSortOrder()
The sort order
|
Integer |
getStartIndex()
The start index
|
int |
hashCode()
Computes a hash code from attributes:
identityZoneId, identityZoneSubdomain, count, filter, sortOrder, startIndex, sortBy. |
String |
toString()
Prints the immutable value
ListClientsRequest with attribute values. |
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public 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 getSortBy()
getSortBy in class PaginatedAndSortedByRequestpublic boolean equals(Object another)
ListClientsRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, count, filter, sortOrder, startIndex, sortBy.public String toString()
ListClientsRequest with attribute values.public static ListClientsRequest.Builder builder()
ListClientsRequest.
ListClientsRequest.builder()
.identityZoneId(String | null) // nullable identityZoneId
.identityZoneSubdomain(String | null) // nullable identityZoneSubdomain
.count(Integer | null) // nullable count
.filter(String | null) // nullable filter
.sortOrder(org.cloudfoundry.uaa.SortOrder | null) // nullable sortOrder
.startIndex(Integer | null) // nullable startIndex
.sortBy(String | null) // nullable sortBy
.build();
Copyright © 2020. All rights reserved.