Package dev.openfga.sdk.api.client.model
Class ClientListStoresResponse
- java.lang.Object
-
- dev.openfga.sdk.api.model.ListStoresResponse
-
- dev.openfga.sdk.api.client.model.ClientListStoresResponse
-
public class ClientListStoresResponse extends ListStoresResponse
-
-
Field Summary
-
Fields inherited from class dev.openfga.sdk.api.model.ListStoresResponse
JSON_PROPERTY_CONTINUATION_TOKEN, JSON_PROPERTY_STORES
-
-
Constructor Summary
Constructors Constructor Description ClientListStoresResponse(ApiResponse<ListStoresResponse> apiResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>
getHeaders()
java.lang.String
getRawResponse()
int
getStatusCode()
-
Methods inherited from class dev.openfga.sdk.api.model.ListStoresResponse
addStoresItem, continuationToken, equals, getContinuationToken, getStores, hashCode, setContinuationToken, setStores, stores, toString, toUrlQueryString, toUrlQueryString
-
-
-
-
Constructor Detail
-
ClientListStoresResponse
public ClientListStoresResponse(ApiResponse<ListStoresResponse> apiResponse)
-
-