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