Class TenantListRequest
java.lang.Object
co.permify.sdk.model.TenantListRequest
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TenantListRequest
extends Object
TenantListRequest is the message used for the request to list all tenants.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinuousToken(String continuousToken) booleanReturn true if this TenantListRequest object is equal to o.continuous_token is an optional parameter used for pagination.page_size is the number of tenants to be returned in the response.inthashCode()voidsetContinuousToken(String continuousToken) voidsetPageSize(Long pageSize) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PAGE_SIZE
- See Also:
-
JSON_PROPERTY_CONTINUOUS_TOKEN
- See Also:
-
-
Constructor Details
-
TenantListRequest
public TenantListRequest()
-
-
Method Details
-
pageSize
-
getPageSize
page_size is the number of tenants to be returned in the response. The value should be between 1 and 100.- Returns:
- pageSize
-
setPageSize
-
continuousToken
-
getContinuousToken
continuous_token is an optional parameter used for pagination. It should be the value received in the previous response.- Returns:
- continuousToken
-
setContinuousToken
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-