Uses of Class
io.quarkiverse.openfga.client.model.Assertion
Packages that use Assertion
-
Uses of Assertion in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return AssertionModifier and TypeMethodDescriptionMethods in io.quarkiverse.openfga.client.model that return types with arguments of type AssertionMethods in io.quarkiverse.openfga.client.model with parameters of type AssertionMethod parameters in io.quarkiverse.openfga.client.model with type arguments of type AssertionModifier and TypeMethodDescriptionAssertions.Builder.addAssertions(List<Assertion> assertions) Assertions.Builder.assertions(List<Assertion> assertions) static Assertions -
Uses of Assertion in io.quarkiverse.openfga.client.model.dto
Methods in io.quarkiverse.openfga.client.model.dto that return types with arguments of type AssertionModifier and TypeMethodDescriptionReadAssertionsResponse.getAssertions()WriteAssertionsRequest.getAssertions()Methods in io.quarkiverse.openfga.client.model.dto with parameters of type AssertionModifier and TypeMethodDescriptionWriteAssertionsRequest.Builder.addAssertion(Assertion assertion) Method parameters in io.quarkiverse.openfga.client.model.dto with type arguments of type AssertionModifier and TypeMethodDescriptionWriteAssertionsRequest.Builder.addAssertions(List<Assertion> assertions) WriteAssertionsRequest.Builder.assertions(List<Assertion> assertions) static WriteAssertionsRequestConstructor parameters in io.quarkiverse.openfga.client.model.dto with type arguments of type AssertionModifierConstructorDescriptionReadAssertionsResponse(String authorizationModelId, List<Assertion> assertions)