@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationFeaturesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationFeaturesRequest.Builder
Builds instances of type
ListApplicationFeaturesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationFeaturesRequest.Builder |
builder()
Creates a builder for
ListApplicationFeaturesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationFeaturesRequest that have equal attribute values. |
String |
getApplicationId()
The id of the application
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationId. |
String |
toString()
Prints the immutable value
ListApplicationFeaturesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getApplicationId()
public boolean equals(Object another)
ListApplicationFeaturesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId.public String toString()
ListApplicationFeaturesRequest with attribute values.public static ListApplicationFeaturesRequest.Builder builder()
ListApplicationFeaturesRequest.
ListApplicationFeaturesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.build();
Copyright © 2020. All rights reserved.