@Generated(value={"Immutables.generator","_ListUserManagedSpacesRequest"}) public final class ListUserManagedSpacesRequest extends PaginatedRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListUserManagedSpacesRequest.Builder
Builds instances of type
ListUserManagedSpacesRequest . |
Modifier and Type | Method and Description |
---|---|
static ListUserManagedSpacesRequest.Builder |
builder()
Creates a builder for
ListUserManagedSpacesRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUserManagedSpacesRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
String |
getDeveloperId()
The developer id
|
String |
getName()
The name
|
OrderDirection |
getOrderDirection()
The order direction
|
String |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
String |
getUserId()
The id of the user
|
int |
hashCode()
Computes a hash code from attributes:
applicationId , developerId , name , organizationId , userId , orderDirection , page , resultsPerPage . |
String |
toString()
Prints the immutable value
ListUserManagedSpacesRequest with attribute values. |
public String getApplicationId()
public String getDeveloperId()
public String getName()
public String getOrganizationId()
public String getUserId()
public OrderDirection getOrderDirection()
getOrderDirection
in class PaginatedRequest
public Integer getPage()
getPage
in class PaginatedRequest
public Integer getResultsPerPage()
getResultsPerPage
in class PaginatedRequest
public boolean equals(Object another)
ListUserManagedSpacesRequest
that have equal attribute values.public int hashCode()
applicationId
, developerId
, name
, organizationId
, userId
, orderDirection
, page
, resultsPerPage
.public String toString()
ListUserManagedSpacesRequest
with attribute values.public static ListUserManagedSpacesRequest.Builder builder()
ListUserManagedSpacesRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.