@Generated(value={"Immutables.generator","_ListOrganizationServicesRequest"}) 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()
The providers
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceBrokerIds()
The service broker ids
|
int |
hashCode()
Computes a hash code from attributes:
active, labels, organizationId, providers, serviceBrokerIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListOrganizationServicesRequest with attribute values. |
public Boolean getActive()
public String getOrganizationId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListOrganizationServicesRequest that have equal attribute values.public int hashCode()
active, labels, organizationId, providers, serviceBrokerIds, orderDirection, page, resultsPerPage.public String toString()
ListOrganizationServicesRequest with attribute values.public static ListOrganizationServicesRequest.Builder builder()
ListOrganizationServicesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.