@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListOrganizationDomainsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationDomainsRequest.Builder
Builds instances of type
ListOrganizationDomainsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationDomainsRequest.Builder |
builder()
Creates a builder for
ListOrganizationDomainsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationDomainsRequest that have equal attribute values. |
List<String> |
getDomainIds()
The domain ids to filter by
|
String |
getLabelSelector()
The metadata query
|
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
String |
getOrganizationId()
The organization id
|
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, organizationId, owningOrganizationIds. |
String |
toString()
Prints the immutable value
ListOrganizationDomainsRequest 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 String getOrganizationId()
public boolean equals(Object another)
ListOrganizationDomainsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, domainIds, labelSelector, names, organizationId, owningOrganizationIds.public String toString()
ListOrganizationDomainsRequest with attribute values.public static ListOrganizationDomainsRequest.Builder builder()
ListOrganizationDomainsRequest.
ListOrganizationDomainsRequest.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
.organizationId(String) // required organizationId
.owningOrganizationIds(List<String> | null) // nullable owningOrganizationIds
.build();
Copyright © 2020. All rights reserved.