io.quarkiverse.openfga.client.model.TupleOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-openfga-client-model Show documentation
Show all versions of quarkus-openfga-client-model Show documentation
OpenFGA Client API model classes
The newest version!
package io.quarkiverse.openfga.client.model;
import com.fasterxml.jackson.annotation.JsonProperty;
public enum TupleOperation {
@JsonProperty("TUPLE_OPERATION_WRITE")
WRITE,
@JsonProperty("TUPLE_OPERATION_DELETE")
DELETE,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy