@Generated(value={"Immutables.generator","_ListSpacesResponse"}) public final class ListSpacesResponse extends PaginatedResponse<SpaceResource>
Modifier and Type | Class and Description |
---|---|
static class |
ListSpacesResponse.Builder
Builds instances of type
ListSpacesResponse . |
Modifier and Type | Method and Description |
---|---|
static ListSpacesResponse.Builder |
builder()
Creates a builder for
ListSpacesResponse . |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpacesResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<SpaceResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination , resources . |
String |
toString()
Prints the immutable value
ListSpacesResponse with attribute values. |
public Pagination getPagination()
getPagination
in class PaginatedResponse<SpaceResource>
public List<SpaceResource> getResources()
getResources
in class PaginatedResponse<SpaceResource>
public boolean equals(Object another)
ListSpacesResponse
that have equal attribute values.public int hashCode()
pagination
, resources
.public String toString()
ListSpacesResponse
with attribute values.public static ListSpacesResponse.Builder builder()
ListSpacesResponse
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.