@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListIsolationSegmentEntitledOrganizationsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListIsolationSegmentEntitledOrganizationsRequest.Builder
Builds instances of type
ListIsolationSegmentEntitledOrganizationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListIsolationSegmentEntitledOrganizationsRequest.Builder |
builder()
Creates a builder for
ListIsolationSegmentEntitledOrganizationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListIsolationSegmentEntitledOrganizationsRequest that have equal attribute values. |
String |
getIsolationSegmentId()
The isolation segment id
|
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, isolationSegmentId, names. |
String |
toString()
Prints the immutable value
ListIsolationSegmentEntitledOrganizationsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getIsolationSegmentId()
public boolean equals(Object another)
ListIsolationSegmentEntitledOrganizationsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, isolationSegmentId, names.public String toString()
ListIsolationSegmentEntitledOrganizationsRequest with attribute values.public static ListIsolationSegmentEntitledOrganizationsRequest.Builder builder()
ListIsolationSegmentEntitledOrganizationsRequest.
ListIsolationSegmentEntitledOrganizationsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.isolationSegmentId(String) // required isolationSegmentId
.name|addAllNames(String) // names elements
.build();
Copyright © 2020. All rights reserved.