@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServicePlansRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServicePlansRequest.Builder
Builds instances of type
ListServicePlansRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServicePlansRequest.Builder |
builder()
Creates a builder for
ListServicePlansRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServicePlansRequest that have equal attribute values. |
Boolean |
getAvailable()
Whether the service plan is available
|
List<String> |
getBrokerCatalogIds()
List of IDs provided by the service broker for the service plan to filter by
|
List<String> |
getLabelSelector()
List of label selectors
|
List<String> |
getNames()
List of names to filter by
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
List of organization ids to filter by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getServiceBrokerIds()
List of service broker ids to filter by
|
List<String> |
getServiceBrokerNames()
List of service broker names to filter by
|
List<String> |
getServiceInstanceIds()
List of service instance ids to filter by
|
List<String> |
getServiceOfferingIds()
List of service offering ids to filter by
|
List<String> |
getServiceOfferingNames()
List of service offering names to filter by
|
List<String> |
getSpaceIds()
List of space ids to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, available, brokerCatalogIds, labelSelector, names, organizationIds, serviceBrokerIds, serviceBrokerNames, serviceInstanceIds, serviceOfferingIds, serviceOfferingNames, spaceIds. |
String |
toString()
Prints the immutable value
ListServicePlansRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic Boolean getAvailable()
public List<String> getBrokerCatalogIds()
public List<String> getServiceBrokerIds()
public List<String> getServiceBrokerNames()
public List<String> getServiceInstanceIds()
public List<String> getServiceOfferingIds()
public List<String> getServiceOfferingNames()
public boolean equals(Object another)
ListServicePlansRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, available, brokerCatalogIds, labelSelector, names, organizationIds, serviceBrokerIds, serviceBrokerNames, serviceInstanceIds, serviceOfferingIds, serviceOfferingNames, spaceIds.public String toString()
ListServicePlansRequest with attribute values.public static ListServicePlansRequest.Builder builder()
ListServicePlansRequest.
ListServicePlansRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.available(Boolean | null) // nullable available
.brokerCatalogIds(List<String> | null) // nullable brokerCatalogIds
.labelSelector(List<String> | null) // nullable labelSelector
.names(List<String> | null) // nullable names
.organizationIds(List<String> | null) // nullable organizationIds
.serviceBrokerIds(List<String> | null) // nullable serviceBrokerIds
.serviceBrokerNames(List<String> | null) // nullable serviceBrokerNames
.serviceInstanceIds(List<String> | null) // nullable serviceInstanceIds
.serviceOfferingIds(List<String> | null) // nullable serviceOfferingIds
.serviceOfferingNames(List<String> | null) // nullable serviceOfferingNames
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2020. All rights reserved.