@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceBindingsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceBindingsRequest.Builder
Builds instances of type
ListServiceBindingsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceBindingsRequest.Builder |
builder()
Creates a builder for
ListServiceBindingsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceBindingsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids
|
List<String> |
getAppNames()
The application names
|
List<String> |
getIds()
The ids
|
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getServiceInstanceIds()
The service instance ids
|
List<String> |
getServiceInstanceNames()
The service instance names
|
List<String> |
getServiceOfferingIds()
The service offering ids
|
List<String> |
getServiceOfferingNames()
The service offering names
|
List<String> |
getServicePlanIds()
The service plan ids
|
List<String> |
getServicePlanNames()
The service plan names
|
ServiceBindingType |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, names, serviceInstanceIds, serviceInstanceNames, applicationIds, appNames, servicePlanIds, servicePlanNames, serviceOfferingIds, serviceOfferingNames, type, ids. |
String |
toString()
Prints the immutable value
ListServiceBindingsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic ServiceBindingType getType()
public boolean equals(Object another)
ListServiceBindingsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, names, serviceInstanceIds, serviceInstanceNames, applicationIds, appNames, servicePlanIds, servicePlanNames, serviceOfferingIds, serviceOfferingNames, type, ids.public String toString()
ListServiceBindingsRequest with attribute values.public static ListServiceBindingsRequest.Builder builder()
ListServiceBindingsRequest.
ListServiceBindingsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.name|addAllNames(String) // names elements
.serviceInstanceId|addAllServiceInstanceIds(String) // serviceInstanceIds elements
.serviceInstanceName|addAllServiceInstanceNames(String) // serviceInstanceNames elements
.applicationId|addAllApplicationIds(String) // applicationIds elements
.appName|addAllAppNames(String) // appNames elements
.servicePlanId|addAllServicePlanIds(String) // servicePlanIds elements
.servicePlanName|addAllServicePlanNames(String) // servicePlanNames elements
.serviceOfferingId|addAllServiceOfferingIds(String) // serviceOfferingIds elements
.serviceOfferingName|addAllServiceOfferingNames(String) // serviceOfferingNames elements
.type(org.cloudfoundry.client.v3.servicebindings.ServiceBindingType | null) // nullable type
.id|addAllIds(String) // ids elements
.build();
Copyright © 2024. All rights reserved.