@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListOrganizationServicesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOrganizationServicesRequest.Builder
Builds instances of type
ListOrganizationServicesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListOrganizationServicesRequest.Builder |
builder()
Creates a builder for
ListOrganizationServicesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListOrganizationServicesRequest that have equal attribute values. |
Boolean |
getActive()
The active flag
|
List<String> |
getLabels()
The labels
|
OrderDirection |
getOrderDirection()
The order direction
|
String |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
List<String> |
getProviders()
Deprecated.
|
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, organizationId, providers, serviceBrokerIds. |
String |
toString()
Prints the immutable value
ListOrganizationServicesRequest 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 String getOrganizationId()
@Deprecated public List<String> getProviders()
public boolean equals(Object another)
ListOrganizationServicesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, active, labels, organizationId, providers, serviceBrokerIds.public String toString()
ListOrganizationServicesRequest with attribute values.public static ListOrganizationServicesRequest.Builder builder()
ListOrganizationServicesRequest.
ListOrganizationServicesRequest.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
.organizationId(String) // required organizationId
.providers(List<String> | null) // nullable providers
.serviceBrokerIds(List<String> | null) // nullable serviceBrokerIds
.build();
Copyright © 2020. All rights reserved.