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