@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceOfferingsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceOfferingsRequest.Builder
Builds instances of type
ListServiceOfferingsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceOfferingsRequest.Builder |
builder()
Creates a builder for
ListServiceOfferingsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceOfferingsRequest that have equal attribute values. |
Boolean |
getAvailable()
Whether the service offering is available
|
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> |
getSpaceIds()
List of space ids to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, available, labelSelector, names, organizationIds, serviceBrokerIds, serviceBrokerNames, spaceIds. |
String |
toString()
Prints the immutable value
ListServiceOfferingsRequest 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> getServiceBrokerIds()
public List<String> getServiceBrokerNames()
public boolean equals(Object another)
ListServiceOfferingsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, available, labelSelector, names, organizationIds, serviceBrokerIds, serviceBrokerNames, spaceIds.public String toString()
ListServiceOfferingsRequest with attribute values.public static ListServiceOfferingsRequest.Builder builder()
ListServiceOfferingsRequest.
ListServiceOfferingsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.available(Boolean | null) // nullable available
.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
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2021. All rights reserved.