@Generated(value="org.immutables.processor.ProxyProcessor") public final class LookupUserIdsRequest extends PaginatedAndSortedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
LookupUserIdsRequest.Builder
Builds instances of type
LookupUserIdsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static LookupUserIdsRequest.Builder |
builder()
Creates a builder for
LookupUserIdsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
LookupUserIdsRequest that have equal attribute values. |
Integer |
getCount()
The number of results per page
|
String |
getFilter()
The filter
|
Boolean |
getIncludeInactive()
Whether to include users from inactive identity providers
|
SortOrder |
getSortOrder()
The sort order
|
Integer |
getStartIndex()
The start index
|
int |
hashCode()
Computes a hash code from attributes:
count, filter, sortOrder, startIndex, includeInactive. |
String |
toString()
Prints the immutable value
LookupUserIdsRequest with attribute values. |
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 Boolean getIncludeInactive()
public boolean equals(Object another)
LookupUserIdsRequest that have equal attribute values.public int hashCode()
count, filter, sortOrder, startIndex, includeInactive.public String toString()
LookupUserIdsRequest with attribute values.public static LookupUserIdsRequest.Builder builder()
LookupUserIdsRequest.
LookupUserIdsRequest.builder()
.count(Integer | null) // nullable count
.filter(String | null) // nullable filter
.sortOrder(org.cloudfoundry.uaa.SortOrder | null) // nullable sortOrder
.startIndex(Integer | null) // nullable startIndex
.includeInactive(Boolean | null) // nullable includeInactive
.build();
Copyright © 2020. All rights reserved.