Package dev.openfga.sdk.api.client.model
Class ClientCreateStoreResponse
- java.lang.Object
-
- dev.openfga.sdk.api.model.CreateStoreResponse
-
- dev.openfga.sdk.api.client.model.ClientCreateStoreResponse
-
public class ClientCreateStoreResponse extends CreateStoreResponse
-
-
Field Summary
-
Fields inherited from class dev.openfga.sdk.api.model.CreateStoreResponse
JSON_PROPERTY_CREATED_AT, JSON_PROPERTY_ID, JSON_PROPERTY_NAME, JSON_PROPERTY_UPDATED_AT
-
-
Constructor Summary
Constructors Constructor Description ClientCreateStoreResponse(ApiResponse<CreateStoreResponse> 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.StringgetRawResponse()intgetStatusCode()-
Methods inherited from class dev.openfga.sdk.api.model.CreateStoreResponse
createdAt, equals, getCreatedAt, getId, getName, getUpdatedAt, hashCode, id, name, setCreatedAt, setId, setName, setUpdatedAt, toString, toUrlQueryString, toUrlQueryString, updatedAt
-
-
-
-
Constructor Detail
-
ClientCreateStoreResponse
public ClientCreateStoreResponse(ApiResponse<CreateStoreResponse> apiResponse)
-
-