@Generated(value={"Immutables.generator","_ListUserAuditedSpacesResponse"}) public final class ListUserAuditedSpacesResponse extends PaginatedResponse<SpaceResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUserAuditedSpacesResponse.Builder
Builds instances of type
ListUserAuditedSpacesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListUserAuditedSpacesResponse.Builder |
builder()
Creates a builder for
ListUserAuditedSpacesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUserAuditedSpacesResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<SpaceResource> |
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
ListUserAuditedSpacesResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<SpaceResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<SpaceResource>public List<SpaceResource> getResources()
getResources in class PaginatedResponse<SpaceResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<SpaceResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<SpaceResource>public boolean equals(Object another)
ListUserAuditedSpacesResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListUserAuditedSpacesResponse with attribute values.public static ListUserAuditedSpacesResponse.Builder builder()
ListUserAuditedSpacesResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.