Class ListStoresResponse
java.lang.Object
org.apache.syncope.ext.openfga.client.model.ListStoresResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-17T13:24:48.337210454+02:00[Europe/Rome]",
comments="Generator version: 7.16.0")
public class ListStoresResponse
extends Object
ListStoresResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStoresItem(Store storesItem) continuationToken(String continuationToken) booleanReturn true if this ListStoresResponse object is equal to o.The continuation token will be empty if there are no more stores.Get storesinthashCode()voidsetContinuationToken(String continuationToken) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STORES
- See Also:
-
JSON_PROPERTY_CONTINUATION_TOKEN
- See Also:
-
-
Constructor Details
-
ListStoresResponse
public ListStoresResponse()
-
-
Method Details
-
stores
-
addStoresItem
-
getStores
Get stores- Returns:
- stores
-
setStores
-
continuationToken
-
getContinuationToken
The continuation token will be empty if there are no more stores.- Returns:
- continuationToken
-
setContinuationToken
-
equals
Return true if this ListStoresResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-