Package dev.openfga.sdk.api.client.model
Class ClientListRelationsResponse
- java.lang.Object
-
- dev.openfga.sdk.api.client.model.ClientListRelationsResponse
-
public class ClientListRelationsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientListRelationsResponse(java.util.List<java.lang.String> relations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientListRelationsResponse
fromBatchCheckResponses(java.util.List<ClientBatchCheckResponse> responses)
java.util.List<java.lang.String>
getRelations()
-
-
-
Method Detail
-
getRelations
public java.util.List<java.lang.String> getRelations()
-
fromBatchCheckResponses
public static ClientListRelationsResponse fromBatchCheckResponses(java.util.List<ClientBatchCheckResponse> responses) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-