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