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