@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceAuditorsResponse extends PaginatedResponse<UserResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceAuditorsResponse.Builder
Builds instances of type
ListSpaceAuditorsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceAuditorsResponse.Builder |
builder()
Creates a builder for
ListSpaceAuditorsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceAuditorsResponse 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
ListSpaceAuditorsResponse 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)
ListSpaceAuditorsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListSpaceAuditorsResponse with attribute values.public static ListSpaceAuditorsResponse.Builder builder()
ListSpaceAuditorsResponse.
ListSpaceAuditorsResponse.builder()
.nextUrl(String | null) // nullable nextUrl
.previousUrl(String | null) // nullable previousUrl
.resources(List<org.cloudfoundry.client.v2.users.UserResource> | null) // nullable resources
.totalPages(Integer | null) // nullable totalPages
.totalResults(Integer | null) // nullable totalResults
.build();
Copyright © 2020. All rights reserved.