com.github.mohitgoyal91.cosmosdbqueryutils.RestrictionInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cosmosdbquery-utils Show documentation
Show all versions of cosmosdbquery-utils Show documentation
Java API for effectively building SQL Queries of Azure Cosmos DB
package com.github.mohitgoyal91.cosmosdbqueryutils;
import com.github.mohitgoyal91.cosmosdbqueryutils.restriction.Restriction;
public interface RestrictionInterface {
Restriction and();
Restriction or();
}