@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListExternalGroupMappingsRequest extends PaginatedAndSortedByRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListExternalGroupMappingsRequest.Builder
Builds instances of type
ListExternalGroupMappingsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListExternalGroupMappingsRequest.Builder |
builder()
Creates a builder for
ListExternalGroupMappingsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListExternalGroupMappingsRequest 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
ListExternalGroupMappingsRequest 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)
ListExternalGroupMappingsRequest that have equal attribute values.public int hashCode()
identityZoneId, identityZoneSubdomain, count, filter, sortOrder, startIndex, sortBy.public String toString()
ListExternalGroupMappingsRequest with attribute values.public static ListExternalGroupMappingsRequest.Builder builder()
ListExternalGroupMappingsRequest.
ListExternalGroupMappingsRequest.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.