@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceKeysResponse extends PaginatedResponse<ServiceKeyResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceKeysResponse.Builder
Builds instances of type
ListServiceKeysResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceKeysResponse.Builder |
builder()
Creates a builder for
ListServiceKeysResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceKeysResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<ServiceKeyResource> |
getResources()
The resources
|
Integer |
getTotalPages()
The total pages
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
nextUrl, previousUrl, resources, totalPages, totalResults. |
String |
toString()
Prints the immutable value
ListServiceKeysResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<ServiceKeyResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<ServiceKeyResource>public List<ServiceKeyResource> getResources()
getResources in class PaginatedResponse<ServiceKeyResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<ServiceKeyResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<ServiceKeyResource>public boolean equals(Object another)
ListServiceKeysResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListServiceKeysResponse with attribute values.public static ListServiceKeysResponse.Builder builder()
ListServiceKeysResponse.
ListServiceKeysResponse.builder()
.nextUrl(String | null) // nullable nextUrl
.previousUrl(String | null) // nullable previousUrl
.resources(List<ServiceKeyResource> | null) // nullable resources
.totalPages(Integer | null) // nullable totalPages
.totalResults(Integer | null) // nullable totalResults
.build();
Copyright © 2020. All rights reserved.