@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServicePlansResponse extends PaginatedResponse<ServicePlanResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServicePlansResponse.Builder
Builds instances of type
ListServicePlansResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListServicePlansResponse.Builder |
builder()
Creates a builder for
ListServicePlansResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServicePlansResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<ServicePlanResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination, resources. |
String |
toString()
Prints the immutable value
ListServicePlansResponse with attribute values. |
public Pagination getPagination()
getPagination in class PaginatedResponse<ServicePlanResource>public List<ServicePlanResource> getResources()
getResources in class PaginatedResponse<ServicePlanResource>public boolean equals(Object another)
ListServicePlansResponse that have equal attribute values.public int hashCode()
pagination, resources.public String toString()
ListServicePlansResponse with attribute values.public static ListServicePlansResponse.Builder builder()
ListServicePlansResponse.
ListServicePlansResponse.builder()
.pagination(org.cloudfoundry.client.v3.Pagination | null) // nullable pagination
.resources(List<ServicePlanResource> | null) // nullable resources
.build();
Copyright © 2020. All rights reserved.