@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListExternalGroupMappingsResponse extends PaginatedResponse<ExternalGroupResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListExternalGroupMappingsResponse.Builder
Builds instances of type
ListExternalGroupMappingsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListExternalGroupMappingsResponse.Builder |
builder()
Creates a builder for
ListExternalGroupMappingsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListExternalGroupMappingsResponse that have equal attribute values. |
Integer |
getItemsPerPage()
The itemsPerPage
|
List<ExternalGroupResource> |
getResources()
The resources
|
List<String> |
getSchemas()
The schemas
|
Integer |
getStartIndex()
The startIndex
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
itemsPerPage, resources, schemas, startIndex, totalResults. |
String |
toString()
Prints the immutable value
ListExternalGroupMappingsResponse with attribute values. |
public Integer getItemsPerPage()
getItemsPerPage in class PaginatedResponse<ExternalGroupResource>public List<ExternalGroupResource> getResources()
getResources in class PaginatedResponse<ExternalGroupResource>public List<String> getSchemas()
getSchemas in class PaginatedResponse<ExternalGroupResource>public Integer getStartIndex()
getStartIndex in class PaginatedResponse<ExternalGroupResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<ExternalGroupResource>public boolean equals(Object another)
ListExternalGroupMappingsResponse that have equal attribute values.public int hashCode()
itemsPerPage, resources, schemas, startIndex, totalResults.public String toString()
ListExternalGroupMappingsResponse with attribute values.public static ListExternalGroupMappingsResponse.Builder builder()
ListExternalGroupMappingsResponse.
ListExternalGroupMappingsResponse.builder()
.itemsPerPage(Integer) // required itemsPerPage
.resource|addAllResources(ExternalGroupResource) // resources elements
.schema|addAllSchemas(String) // schemas elements
.startIndex(Integer) // required startIndex
.totalResults(Integer) // required totalResults
.build();
Copyright © 2020. All rights reserved.