@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceServicesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceServicesRequest.Builder
Builds instances of type
ListSpaceServicesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceServicesRequest.Builder |
builder()
Creates a builder for
ListSpaceServicesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceServicesRequest that have equal attribute values. |
List<String> |
getActives()
The actives
|
List<String> |
getLabels()
The labels
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
List<String> |
getProviders()
The providers
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceBrokerIds()
The service broker ids
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, actives, labels, providers, serviceBrokerIds, spaceId. |
String |
toString()
Prints the immutable value
ListSpaceServicesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getSpaceId()
public boolean equals(Object another)
ListSpaceServicesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, actives, labels, providers, serviceBrokerIds, spaceId.public String toString()
ListSpaceServicesRequest with attribute values.public static ListSpaceServicesRequest.Builder builder()
ListSpaceServicesRequest.
ListSpaceServicesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.actives(List<String> | null) // nullable actives
.labels(List<String> | null) // nullable labels
.providers(List<String> | null) // nullable providers
.serviceBrokerIds(List<String> | null) // nullable serviceBrokerIds
.spaceId(String) // required spaceId
.build();
Copyright © 2020. All rights reserved.