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