Uses of Class
io.quarkiverse.openfga.client.model.TypeDefinition
Packages that use TypeDefinition
-
Uses of TypeDefinition in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return TypeDefinitionModifier and TypeMethodDescriptionstatic TypeDefinitionstatic TypeDefinitionstatic TypeDefinitionMethods in io.quarkiverse.openfga.client.model that return types with arguments of type TypeDefinitionModifier and TypeMethodDescriptionAuthorizationModel.getTypeDefinitions()AuthorizationModelSchema.getTypeDefinitions()Method parameters in io.quarkiverse.openfga.client.model with type arguments of type TypeDefinitionModifier and TypeMethodDescriptionAuthorizationModel.of(String id, String schemaVersion, List<TypeDefinition> typeDefinitions, Map<String, Condition> conditions) static AuthorizationModelSchemaAuthorizationModelSchema.of(String schemaVersion, List<TypeDefinition> typeDefinitions, Map<String, Condition> conditions) static AuthorizationModelSchema -
Uses of TypeDefinition in io.quarkiverse.openfga.client.model.dto
Methods in io.quarkiverse.openfga.client.model.dto that return types with arguments of type TypeDefinitionMethods in io.quarkiverse.openfga.client.model.dto with parameters of type TypeDefinitionModifier and TypeMethodDescriptionWriteAuthorizationModelRequest.Builder.addTypeDefinition(TypeDefinition typeDefinition) Method parameters in io.quarkiverse.openfga.client.model.dto with type arguments of type TypeDefinitionModifier and TypeMethodDescriptionWriteAuthorizationModelRequest.Builder.addTypeDefinitions(List<TypeDefinition> typeDefinitions) WriteAuthorizationModelRequest.of(List<TypeDefinition> typeDefinitions, String schemaVersion, Map<String, Condition> conditions) WriteAuthorizationModelRequest.Builder.typeDefinitions(List<TypeDefinition> typeDefinitions)