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