All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.openfga.client.model.TupleOperation Maven / Gradle / Ivy

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