@Generated(value={"Immutables.generator","_ListSpaceServiceInstancesRequest"}) public final class ListSpaceServiceInstancesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceServiceInstancesRequest.Builder
Builds instances of type
ListSpaceServiceInstancesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceServiceInstancesRequest.Builder |
builder()
Creates a builder for
ListSpaceServiceInstancesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceServiceInstancesRequest that have equal attribute values. |
List<String> |
getGatewayNames()
The gateway names
|
List<String> |
getNames()
The names
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
Boolean |
getReturnUserProvidedServiceInstances()
The return user provided service instances
|
List<String> |
getServiceBindingIds()
The service binding ids
|
List<String> |
getServiceKeyIds()
The service key ids
|
List<String> |
getServicePlanIds()
The service plan ids
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
gatewayNames, names, organizationIds, returnUserProvidedServiceInstances, serviceBindingIds, serviceKeyIds, servicePlanIds, spaceId, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListSpaceServiceInstancesRequest with attribute values. |
public Boolean getReturnUserProvidedServiceInstances()
public String getSpaceId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListSpaceServiceInstancesRequest that have equal attribute values.public int hashCode()
gatewayNames, names, organizationIds, returnUserProvidedServiceInstances, serviceBindingIds, serviceKeyIds, servicePlanIds, spaceId, orderDirection, page, resultsPerPage.public String toString()
ListSpaceServiceInstancesRequest with attribute values.public static ListSpaceServiceInstancesRequest.Builder builder()
ListSpaceServiceInstancesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.