@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
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getServiceInstanceIds()
The service instance ids
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, serviceInstanceIds. |
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 boolean equals(Object another)
ListServiceBindingsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, serviceInstanceIds.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
.applicationId|addAllApplicationIds(String) // applicationIds elements
.serviceInstanceId|addAllServiceInstanceIds(String) // serviceInstanceIds elements
.build();
Copyright © 2020. All rights reserved.