@Generated(value={"Immutables.generator","_ListUsersResponse"}) public final class ListUsersResponse extends PaginatedResponse<UserResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUsersResponse.Builder
Builds instances of type
ListUsersResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListUsersResponse.Builder |
builder()
Creates a builder for
ListUsersResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUsersResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<UserResource> |
getResources()
The resources
|
Integer |
getTotalPages()
The total pages
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
nextUrl, previousUrl, resources, totalPages, totalResults. |
String |
toString()
Prints the immutable value
ListUsersResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<UserResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<UserResource>public List<UserResource> getResources()
getResources in class PaginatedResponse<UserResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<UserResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<UserResource>public boolean equals(Object another)
ListUsersResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListUsersResponse with attribute values.public static ListUsersResponse.Builder builder()
ListUsersResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.