@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListOrganizationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationsRequest.Builder
Builds instances of type
ListOrganizationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationsRequest.Builder |
builder()
Creates a builder for
ListOrganizationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationsRequest that have equal attribute values. |
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, names. |
String |
toString()
Prints the immutable value
ListOrganizationsRequest 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)
ListOrganizationsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, names.public String toString()
ListOrganizationsRequest with attribute values.public static ListOrganizationsRequest.Builder builder()
ListOrganizationsRequest.
ListOrganizationsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.name|addAllNames(String) // names elements
.build();
Copyright © 2020. All rights reserved.