Uses of Class
io.quarkiverse.openfga.client.model.UserTypeFilter
Packages that use UserTypeFilter
-
Uses of UserTypeFilter in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return UserTypeFilterModifier and TypeMethodDescriptionUserTypeFilter.Builder.build()static UserTypeFilterstatic UserTypeFilter -
Uses of UserTypeFilter in io.quarkiverse.openfga.client.model.dto
Methods in io.quarkiverse.openfga.client.model.dto that return types with arguments of type UserTypeFilterMethods in io.quarkiverse.openfga.client.model.dto with parameters of type UserTypeFilterModifier and TypeMethodDescriptionListUsersRequest.Builder.addUserFilter(UserTypeFilter userFilter) Method parameters in io.quarkiverse.openfga.client.model.dto with type arguments of type UserTypeFilterModifier and TypeMethodDescriptionListUsersRequest.Builder.addUserFilters(List<UserTypeFilter> userFilters) static ListUsersRequestListUsersRequest.of(String authorizationModelId, AnyObject object, String relation, List<UserTypeFilter> userFilters, ContextualTupleKeys contextualTuples, Object context, ConsistencyPreference consistency) ListUsersRequest.Builder.userFilters(List<UserTypeFilter> userFilters)