Class TenantListResponse
java.lang.Object
co.permify.sdk.model.TenantListResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TenantListResponse
extends Object
TenantListResponse is the message returned from the request to list all tenants.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTenantsItem(Tenant tenantsItem) continuousToken(String continuousToken) booleanReturn true if this TenantListResponse object is equal to o.continuous_token is a string that can be used to paginate and retrieve the next set of results.tenants is a list of tenants.inthashCode()voidsetContinuousToken(String continuousToken) voidsetTenants(List<Tenant> tenants) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANTS
- See Also:
-
JSON_PROPERTY_CONTINUOUS_TOKEN
- See Also:
-
-
Constructor Details
-
TenantListResponse
public TenantListResponse()
-
-
Method Details
-
tenants
-
addTenantsItem
-
getTenants
-
setTenants
-
continuousToken
-
getContinuousToken
continuous_token is a string that can be used to paginate and retrieve the next set of results.- Returns:
- continuousToken
-
setContinuousToken
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-