@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceInstanceServiceKeysRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceInstanceServiceKeysRequest.Builder
Builds instances of type
ListServiceInstanceServiceKeysRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceInstanceServiceKeysRequest.Builder |
builder()
Creates a builder for
ListServiceInstanceServiceKeysRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceInstanceServiceKeysRequest that have equal attribute values. |
List<String> |
getGatewayNames()
The gateway names
|
List<String> |
getNames()
The names
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceBindingIds()
The service binding ids
|
String |
getServiceInstanceId()
The service instance id
|
List<String> |
getServiceKeyIds()
The service key ids
|
List<String> |
getServicePlanIds()
The service plan ids
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, gatewayNames, names, organizationIds, serviceBindingIds, serviceInstanceId, serviceKeyIds, servicePlanIds, spaceIds. |
String |
toString()
Prints the immutable value
ListServiceInstanceServiceKeysRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getServiceInstanceId()
public boolean equals(Object another)
ListServiceInstanceServiceKeysRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, gatewayNames, names, organizationIds, serviceBindingIds, serviceInstanceId, serviceKeyIds, servicePlanIds, spaceIds.public String toString()
ListServiceInstanceServiceKeysRequest with attribute values.public static ListServiceInstanceServiceKeysRequest.Builder builder()
ListServiceInstanceServiceKeysRequest.
ListServiceInstanceServiceKeysRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.gatewayNames(List<String> | null) // nullable gatewayNames
.names(List<String> | null) // nullable names
.organizationIds(List<String> | null) // nullable organizationIds
.serviceBindingIds(List<String> | null) // nullable serviceBindingIds
.serviceInstanceId(String) // required serviceInstanceId
.serviceKeyIds(List<String> | null) // nullable serviceKeyIds
.servicePlanIds(List<String> | null) // nullable servicePlanIds
.spaceIds(List<String> | null) // nullable spaceIds
.build();
Copyright © 2020. All rights reserved.