@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServicesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServicesRequest.Builder
Builds instances of type
ListServicesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServicesRequest.Builder |
builder()
Creates a builder for
ListServicesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServicesRequest that have equal attribute values. |
Boolean |
getActive()
The active flag
|
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
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, active, labels, providers, serviceBrokerIds. |
String |
toString()
Prints the immutable value
ListServicesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic Boolean getActive()
public boolean equals(Object another)
ListServicesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, active, labels, providers, serviceBrokerIds.public String toString()
ListServicesRequest with attribute values.public static ListServicesRequest.Builder builder()
ListServicesRequest.
ListServicesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.active(Boolean | null) // nullable active
.labels(List<String> | null) // nullable labels
.providers(List<String> | null) // nullable providers
.serviceBrokerIds(List<String> | null) // nullable serviceBrokerIds
.build();
Copyright © 2020. All rights reserved.